comment whitespace

This commit is contained in:
John Bender 2011-05-20 00:43:53 -07:00
parent 15b93909f5
commit 118599748b

View file

@ -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();
});