From b321d5f5f04e76475289e2604cd2bc6dd85af904 Mon Sep 17 00:00:00 2001 From: John Bender Date: Sun, 26 Jun 2011 11:32:51 -0700 Subject: [PATCH] removed old nsNormalize camelcase regex --- js/jquery.mobile.core.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/js/jquery.mobile.core.js b/js/jquery.mobile.core.js index 25b99d9c..964fc7ac 100644 --- a/js/jquery.mobile.core.js +++ b/js/jquery.mobile.core.js @@ -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){