Skip to content

Commit fe7ba3f

Browse files
committed
jquery style compliance for nsNormalize
1 parent 115a785 commit fe7ba3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.mobile.core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
nsNormalize: function(prop){
121121
if(!prop) return;
122122

123-
return $.camelCase($.mobile.ns + prop);
123+
return $.camelCase( $.mobile.ns + prop );
124124
}
125125
});
126126

0 commit comments

Comments
 (0)