Removing calls to deprecated functionality in favor of the new versions. Old version...
authorKrinkle <krinkle@users.mediawiki.org>
Thu, 7 Jul 2011 17:52:55 +0000 (17:52 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Thu, 7 Jul 2011 17:52:55 +0000 (17:52 +0000)
commit29976f1c9185ebde595a41efedbf4820ab4a1373
treebd55669829801a2a619e22b8dea8e783ca80afbf
parentab6a72a033e086c5fd59fe5fb921b29fb9295883
Removing calls to deprecated functionality in favor of the new versions. Old version worked fine but shouldn't be used.

Follows-up:
* r75275: Introduced the updateTooltipAccessKeys function in the new library but didn't call it on document ready and left the deprecated one in the onloadhook-run in wikibits.js untouched
* r75287: Introduced jquery.checkboxShiftClick and called on-load but left the load call for the legacy version untouched. Depending on the load order at any given time it may not have been used.

Also reordering the if-else case in mw.util.updateTooltipAccessKeys to allow a call without arguments ("undefined instanceof Foo" throws exception)
resources/mediawiki.page/mediawiki.page.ready.js
resources/mediawiki/mediawiki.util.js
skins/common/wikibits.js