aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
authorMike Sherov <mike.sherov@gmail.com>2012-10-16 10:17:14 -0400
committerRick Waldron <waldron.rick@gmail.com>2012-10-16 10:17:14 -0400
commited9e34482a303e7e64c397f89533dbe64f51cfbf (patch)
tree343331dcdc9b4f93dbeff7c375e3526c4bcd3057 /grunt.js
parent605a38073e657d929eed06b3211baee1cd29c787 (diff)
downloadjquery-ed9e34482a303e7e64c397f89533dbe64f51cfbf.tar.gz
jquery-ed9e34482a303e7e64c397f89533dbe64f51cfbf.zip
enforce double quotes via JSHint. Closes gh-975
Diffstat (limited to 'grunt.js')
-rw-r--r--grunt.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/grunt.js b/grunt.js
index 4d94fd242..029106007 100644
--- a/grunt.js
+++ b/grunt.js
@@ -153,7 +153,7 @@ module.exports = function( grunt ) {
}, {
authUsername: config.authUsername,
authToken: config.authToken,
- jobName: 'jQuery commit #<a href="https://github.com/jquery/jquery/commit/' + commit + '">' + commit.substr( 0, 10 ) + '</a>',
+ jobName: "jQuery commit #<a href='https://github.com/jquery/jquery/commit/" + commit + "'>" + commit.substr( 0, 10 ) + "</a>",
runMax: config.runMax,
"runNames[]": tests,
"runUrls[]": testUrls,