]> source.dussan.org Git - jquery.git/commit
Build: Acknowledge Android 2.3 is not ES5-compatible
authorMichał Gołębiowski <m.goleb@gmail.com>
Sun, 19 Jul 2015 22:55:48 +0000 (00:55 +0200)
committerMichał Gołębiowski <m.goleb@gmail.com>
Mon, 20 Jul 2015 16:37:26 +0000 (18:37 +0200)
commit1c59b308d201d6dd0f0aed2ad0256d01b9f68047
tree393768c387d1567b45c594b452c5c3ae49f75c29
parentbf591fb597a056bf2fc9bc474010374695b18d1a
Build: Acknowledge Android 2.3 is not ES5-compatible

Android 2.3 chokes on unquoted reserved words being used as property names
which was making Deferred tests not run.

Acknowledge the sad fact that Android 2.3 is not ES5-compliant browser
and enable the "es3" option in JSHint config.

Fixes gh-2478
Closes gh-2481
src/.jshintrc
test/.jshintrc
test/unit/core.js
test/unit/css.js
test/unit/deferred.js
test/unit/effects.js