Applying code conventions:
authorKrinkle <krinkle@users.mediawiki.org>
Thu, 28 Jul 2011 05:53:34 +0000 (05:53 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Thu, 28 Jul 2011 05:53:34 +0000 (05:53 +0000)
commit901ce259c044593135894a95d46b8a80e2d9cb1a
tree7a015ec684c1f321154b4946e6449182534e5333
parenta2afc812cadcd3306e290559ff811f75bea64f08
Applying code conventions:
* size() -> length
* strict comparison to undefined instead of typeof + string comparison
* merge var statements
* strict comparison to 0 and ''
* dot notation
* trailing whitespace
resources/jquery/jquery.messageBox.js
resources/jquery/jquery.suggestions.js
resources/mediawiki/mediawiki.util.js