diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-04-28 17:36:38 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-04-28 17:36:38 -0400 |
commit | 57d18cd6b7a3d5a6a1b3436481a2fbe1d835eb29 (patch) | |
tree | b7ba23b0af4579e796ca361fc3bfcea54064dcfc /grunt.js | |
parent | c974d0fc69849d9e7854a532da01f00587d04527 (diff) | |
download | jquery-ui-57d18cd6b7a3d5a6a1b3436481a2fbe1d835eb29.tar.gz jquery-ui-57d18cd6b7a3d5a6a1b3436481a2fbe1d835eb29.zip |
Removed some unused variables.
Diffstat (limited to 'grunt.js')
-rw-r--r-- | grunt.js | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -5,8 +5,6 @@ var // modules fs = require( "fs" ), path = require( "path" ), request = require( "request" ), - util = require( "util" ), - inspect = util.inspect, // files coreFiles = [ @@ -340,7 +338,7 @@ grunt.initConfig({ grunt.registerTask( "testswarm", function( commit, authToken ) { var testswarm = require( "testswarm" ); var testBase = "http://swarm.jquery.org/git/jquery-ui/" + commit + "/"; - require( "testswarm" )( { + testswarm({ url: "http://swarm.jquery.org/api.php?", pollInterval: 2000, done: this.async() |