From: Ish Date: Tue, 16 Oct 2012 16:21:17 +0000 (-0400) Subject: Code cleanup in grunt.js. Closes gh-984 X-Git-Tag: 1.9.0b1~192^2~8 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=45d64e8be1f4a6c579466f1a163463c53446fc76;p=jquery.git Code cleanup in grunt.js. Closes gh-984 --- diff --git a/grunt.js b/grunt.js index ff44d9f70..8bc9f09dc 100644 --- a/grunt.js +++ b/grunt.js @@ -21,14 +21,14 @@ module.exports = function( grunt ) { return data; } - var file = grunt.file; - var log = grunt.log; - var verbose = grunt.verbose; - var config = grunt.config; - var distpaths = [ - "dist/jquery.js", - "dist/jquery.min.js" - ]; + var file = grunt.file, + log = grunt.log, + verbose = grunt.verbose, + config = grunt.config, + distpaths = [ + "dist/jquery.js", + "dist/jquery.min.js" + ]; grunt.initConfig({ pkg: "",