Minor optimalizations and jsperfs in mediawiki.js
authorKrinkle <krinkle@users.mediawiki.org>
Sun, 3 Jul 2011 23:13:11 +0000 (23:13 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Sun, 3 Jul 2011 23:13:11 +0000 (23:13 +0000)
commitdab77e715bd8776b7df5ec4ce58ecb5ec8e9a15e
treee5c8ea9459cb309c8fd75e9b0cfc766b401a800a
parent8b512890539a2df3733d5dc32777b9d043bb3d0d
Minor optimalizations and jsperfs in mediawiki.js
* Use strict comparison to undefined where possible (arguments and object/array members)
* Make sure $ is not implied global (using jQuery.isFunction at the bottom instead of creating another 1-line closure)
resources/mediawiki/mediawiki.js