diff options
author | Oleg Gaidarenko <markelog@gmail.com> | 2015-12-22 16:45:05 +0300 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2015-12-22 16:45:05 +0300 |
commit | 3b573a59d9acc5478e0817d3e0407b29c1fc6fa5 (patch) | |
tree | 0ef941f44f27e36b86acde62b888f1fdb22ebf0a /test/unit/core.js | |
parent | fc6ac9d1d5240c098998ded476582e36b284212e (diff) | |
download | jquery-3b573a59d9acc5478e0817d3e0407b29c1fc6fa5.tar.gz jquery-3b573a59d9acc5478e0817d3e0407b29c1fc6fa5.zip |
Revert "Data: do not include digits when camelCasing"
This reverts commit a254f22d7bb5b072a82087a448130ffadd70d698.
Diffstat (limited to 'test/unit/core.js')
-rw-r--r-- | test/unit/core.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/core.js b/test/unit/core.js index d1e618c8b..472c4b5af 100644 --- a/test/unit/core.js +++ b/test/unit/core.js @@ -1648,7 +1648,7 @@ QUnit.test( "jQuery.camelCase()", function( assert ) { "foo-bar": "fooBar", "foo-bar-baz": "fooBarBaz", "girl-u-want": "girlUWant", - "the-4th-dimension": "the-4thDimension", + "the-4th-dimension": "the4thDimension", "-o-tannenbaum": "OTannenbaum", "-moz-illa": "MozIlla", "-ms-take": "msTake" |