diff options
author | Corey Frang <gnarf@gnarf.net> | 2012-07-23 12:14:12 -0500 |
---|---|---|
committer | Corey Frang <gnarf@gnarf.net> | 2012-07-23 12:14:12 -0500 |
commit | 7f07f93c28a3139259f02f06772076881eb9c6e7 (patch) | |
tree | f3047469b397978286f5d855ceb32eb0e8589081 /build/tasks | |
parent | 3c2198b226ecfe1333bbf25869edd3439827aaa4 (diff) | |
download | jquery-ui-7f07f93c28a3139259f02f06772076881eb9c6e7.tar.gz jquery-ui-7f07f93c28a3139259f02f06772076881eb9c6e7.zip |
Build: Extra whitespace
Diffstat (limited to 'build/tasks')
-rw-r--r-- | build/tasks/testswarm.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js index 60b6370d4..759dfcb35 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -73,7 +73,7 @@ grunt.registerTask( "testswarm-multi-jquery", function( commit, configFile, mino allTests[ test + "-" + version ] = tests[ test ] + "?nojshint=true&jquery=" + version; } }); - submit( commit, allTests, configFile, minor + " core", this.async() ); + submit( commit, allTests, configFile, minor + " core ", this.async() ); }); }; |