Data: do not include digits when camelCasing

Fixes gh-1751
This commit is contained in:
Timmy Willison
2015-05-03 08:22:32 -04:00
parent 49bce47124
commit a254f22d7b
3 changed files with 7 additions and 6 deletions

View File

@@ -1484,7 +1484,7 @@ test("jQuery.camelCase()", function() {
"foo-bar": "fooBar",
"foo-bar-baz": "fooBarBaz",
"girl-u-want": "girlUWant",
"the-4th-dimension": "the4thDimension",
"the-4th-dimension": "the-4thDimension",
"-o-tannenbaum": "OTannenbaum",
"-moz-illa": "MozIlla",
"-ms-take": "msTake"