jquery style compliance for nsNormalize

This commit is contained in:
John Bender 2011-05-20 12:31:53 -07:00
parent 115a7858b3
commit fe7ba3f6c6

View file

@ -120,7 +120,7 @@
nsNormalize: function(prop){
if(!prop) return;
return $.camelCase($.mobile.ns + prop);
return $.camelCase( $.mobile.ns + prop );
}
});