add chrome comment
This commit is contained in:
parent
e00c1e6a40
commit
1e4505e381
@ -921,6 +921,10 @@
|
|||||||
return [replies, opbq];
|
return [replies, opbq];
|
||||||
};
|
};
|
||||||
qr = {
|
qr = {
|
||||||
|
/*
|
||||||
|
lol chrome - http://code.google.com/p/chromium/issues/detail?id=20773
|
||||||
|
we can't access other frames, so no error checking until I make a workaround
|
||||||
|
*/
|
||||||
init: function() {
|
init: function() {
|
||||||
var iframe;
|
var iframe;
|
||||||
g.callbacks.push(qr.cb.node);
|
g.callbacks.push(qr.cb.node);
|
||||||
|
|||||||
@ -674,6 +674,10 @@ parseResponse = (responseText) ->
|
|||||||
return [replies, opbq]
|
return [replies, opbq]
|
||||||
|
|
||||||
qr =
|
qr =
|
||||||
|
###
|
||||||
|
lol chrome - http://code.google.com/p/chromium/issues/detail?id=20773
|
||||||
|
we can't access other frames, so no error checking until I make a workaround
|
||||||
|
###
|
||||||
init: ->
|
init: ->
|
||||||
g.callbacks.push qr.cb.node
|
g.callbacks.push qr.cb.node
|
||||||
iframe = $.el 'iframe',
|
iframe = $.el 'iframe',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user