]> source.dussan.org Git - jquery.git/commitdiff
Code cleanup in grunt.js. Closes gh-984
authorIsh <ismail.khair@gmail.com>
Tue, 16 Oct 2012 16:21:17 +0000 (12:21 -0400)
committerRick Waldron <waldron.rick@gmail.com>
Tue, 16 Oct 2012 16:21:17 +0000 (12:21 -0400)
grunt.js

index ff44d9f7007bead94c4076f9696f3e905923a8b3..8bc9f09dc1da479244d843c893b5dc2fdcb8c1d0 100644 (file)
--- 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: "<json:package.json>",