]> source.dussan.org Git - jquery.git/commitdiff
Correct spacing
authorMichał Gołębiowski <m.goleb@gmail.com>
Mon, 15 Apr 2013 17:13:08 +0000 (19:13 +0200)
committerMichał Gołębiowski <m.goleb@gmail.com>
Mon, 15 Apr 2013 17:13:08 +0000 (19:13 +0200)
Gruntfile.js
test/.jshintrc

index 5f3a02c2c58ed8ce559e1da50db01179c297e569..24e30d2d39a386919b2cf0a8a569df0ad3c72f41 100644 (file)
@@ -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 {
index 23f0f7718e27e3a272c85eea029dfeff08b276e9..db5851c4ecc904493a38a58c417961aaff8fb192 100644 (file)
@@ -56,5 +56,5 @@
                "$",
                "original$",
                "externalHost"
-  ]
+       ]
 }