mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
comment whitespace
This commit is contained in:
parent
15b93909f5
commit
118599748b
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue