mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Data: do not include digits when camelCasing
Fixes gh-1751
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user