Use jQuery's $.isArray, not instanceof Array. The later has troubles with cross-frame...
authorDaniel Friesen <dantman@users.mediawiki.org>
Fri, 12 Aug 2011 08:40:34 +0000 (08:40 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Fri, 12 Aug 2011 08:40:34 +0000 (08:40 +0000)
commit033b9cd5e2b465697bb5733acaddbe3db267a881
tree99bddb474de820638eee48fd65a686140201d9ca
parent2aff6544d6222aba1e70719ac3cdc07ab935018e
Use jQuery's $.isArray, not instanceof Array. The later has troubles with cross-frame Array instances, and doesn't use the ES5 native method.
resources/jquery/jquery.mwExtension.js