Correct spacing

This commit is contained in:
Michał Gołębiowski 2013-04-15 19:13:08 +02:00
parent 0acf264cd8
commit a19c831b38
2 changed files with 2 additions and 2 deletions

View 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 {

View File

@ -56,5 +56,5 @@
"$",
"original$",
"externalHost"
]
]
}