mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-23 21:55:49 +00:00
jquery style compliance for nsNormalize
This commit is contained in:
parent
115a7858b3
commit
fe7ba3f6c6
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@
|
|||
nsNormalize: function(prop){
|
||||
if(!prop) return;
|
||||
|
||||
return $.camelCase($.mobile.ns + prop);
|
||||
return $.camelCase( $.mobile.ns + prop );
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue