Skip to content

Commit 1185997

Browse files
committed
comment whitespace
1 parent 15b9390 commit 1185997

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
@@ -116,7 +116,7 @@
116116
if(!prop) return;
117117

118118
// NOTE the spec specifies that attributes will be converted to lower case
119-
// ascii so the regex can remain simple
119+
// ascii so the regex can remain simple
120120
return ($.mobile.ns + prop).replace(/-([a-z])/g, function(s, capture){
121121
return capture.toUpperCase();
122122
});

0 commit comments

Comments
 (0)