aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2013-04-15 19:13:08 +0200
committerMichał Gołębiowski <m.goleb@gmail.com>2013-04-15 19:13:08 +0200
commita19c831b382b737f8eb3de3955cc9d0fdf957660 (patch)
tree381e745085651e28b247b5b1e1c76294763213b7
parent0acf264cd8ef6e875f8c254ab87f90ae5c23767e (diff)
downloadjquery-a19c831b382b737f8eb3de3955cc9d0fdf957660.tar.gz
jquery-a19c831b382b737f8eb3de3955cc9d0fdf957660.zip
Correct spacing
-rw-r--r--Gruntfile.js2
-rw-r--r--test/.jshintrc2
2 files changed, 2 insertions, 2 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 {
diff --git a/test/.jshintrc b/test/.jshintrc
index 23f0f7718..db5851c4e 100644
--- a/test/.jshintrc
+++ b/test/.jshintrc
@@ -56,5 +56,5 @@
"$",
"original$",
"externalHost"
- ]
+ ]
}