User "Dantman" posted a comment on MediaWiki.r94331. Full URL: https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Special:Code/MediaWiki/94331#c20664 Commit summary:
Use jQuery's $.isArray, not instanceof Array. The later has troubles with cross-frame Array instances, and doesn't use the ES5 native method. Comment: As you know, $ was already used on the line below so I just continued what was already there. Fixed this in r94332, along with a few other files that used the global jQuery instead of a locally scoped $. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
