Fixes for jquery.localize unit test IE6,IE7,IE8:
authorKrinkle <krinkle@users.mediawiki.org>
Wed, 13 Jul 2011 23:57:11 +0000 (23:57 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Wed, 13 Jul 2011 23:57:11 +0000 (23:57 +0000)
commit21361dabeef38262ce65ec9e2e7346d3b6c53a37
tree2f978e8f1aadbfd3e9ed60c6645b8f7c321c1282
parent5d91442df9ecb392ca08d39beef0c7fc1c76f5ab
Fixes for jquery.localize unit test IE6,IE7,IE8:
- localize doesn't offically support "self" modification, only for children via find(). Which is why most were wrapped in a <div> (otherwise find('[title-msg]') won't find it). Now adding a <div> around the others as well to be consistent, and hopefully fix the breakage on testswarm in IE6-8
tests/qunit/suites/resources/jquery/jquery.localize.js