From 118599748bccdf6c74a5e403b9e155edbd2e7a51 Mon Sep 17 00:00:00 2001 From: John Bender Date: Fri, 20 May 2011 00:43:53 -0700 Subject: [PATCH] comment whitespace --- js/jquery.mobile.core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/jquery.mobile.core.js b/js/jquery.mobile.core.js index ef3090c4..b1a43850 100644 --- a/js/jquery.mobile.core.js +++ b/js/jquery.mobile.core.js @@ -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(); });