add chrome comment

This commit is contained in:
James Campos 2011-03-27 14:04:56 -07:00
parent e00c1e6a40
commit 1e4505e381
2 changed files with 8 additions and 0 deletions

View File

@ -921,6 +921,10 @@
return [replies, opbq];
};
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() {
var iframe;
g.callbacks.push(qr.cb.node);

View File

@ -674,6 +674,10 @@ parseResponse = (responseText) ->
return [replies, opbq]
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: ->
g.callbacks.push qr.cb.node
iframe = $.el 'iframe',