removed old nsNormalize camelcase regex

This commit is contained in:
John Bender 2011-06-26 11:32:51 -07:00
parent 601b4a8481
commit b321d5f5f0

View file

@ -118,9 +118,6 @@
}, 150 );
},
// compile the namespace normalization regex once
normalizeRegex: /-([a-z])/g,
// take a data attribute property, prepend the namespace
// and then camel case the attribute string
nsNormalize: function(prop){