diff --git a/js/jquery.mobile.core.js b/js/jquery.mobile.core.js index c9d9b462..104ed333 100644 --- a/js/jquery.mobile.core.js +++ b/js/jquery.mobile.core.js @@ -120,7 +120,7 @@ nsNormalize: function(prop){ if(!prop) return; - return $.camelCase($.mobile.ns + prop); + return $.camelCase( $.mobile.ns + prop ); } });