diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2013-04-15 19:13:08 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2013-04-15 19:13:08 +0200 |
commit | a19c831b382b737f8eb3de3955cc9d0fdf957660 (patch) | |
tree | 381e745085651e28b247b5b1e1c76294763213b7 /Gruntfile.js | |
parent | 0acf264cd8ef6e875f8c254ab87f90ae5c23767e (diff) | |
download | jquery-a19c831b382b737f8eb3de3955cc9d0fdf957660.tar.gz jquery-a19c831b382b737f8eb3de3955cc9d0fdf957660.zip |
Correct spacing
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 5f3a02c2c..24e30d2d3 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -7,7 +7,7 @@ module.exports = function( grunt ) { "dist/jquery.min.map", "dist/jquery.min.js" ], - gzip = require("gzip-js"), + gzip = require("gzip-js"), readOptionalJSON = function( filepath ) { var data = {}; try { |