Followup r91844: fix jquery.byteLimit test cases on IE6, IE7
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 11 Jul 2011 18:14:33 +0000 (18:14 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 11 Jul 2011 18:14:33 +0000 (18:14 +0000)
commitc7c027c2e4df2fb04ffba4f26567d5d33874dec9
tree2f672ce18f06cf439b570aed90a07b0941c3d700
parente7035be35f2c3e487df0cde3367fc229b8d795fd
Followup r91844: fix jquery.byteLimit test cases on IE6, IE7

str[i] doesn't work on these older browsers; use str.charAt(i) instead.
tests/qunit/suites/resources/jquery/jquery.byteLimit.js