diff --git a/js/jquery.mobile.core.js b/js/jquery.mobile.core.js index ef3090c4..b1a43850 100644 --- a/js/jquery.mobile.core.js +++ b/js/jquery.mobile.core.js @@ -116,7 +116,7 @@ if(!prop) return; // NOTE the spec specifies that attributes will be converted to lower case - // ascii so the regex can remain simple + // ascii so the regex can remain simple return ($.mobile.ns + prop).replace(/-([a-z])/g, function(s, capture){ return capture.toUpperCase(); });