From: Dave Methvin Date: Mon, 10 Sep 2012 01:23:17 +0000 (-0400) Subject: Remove superfluous `@` in compressed header. Close gh-925. X-Git-Tag: 1.8.2~26 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5fb258b89500bbe5d01a54e4d65b0d441ebcb618;p=jquery.git Remove superfluous `@` in compressed header. Close gh-925. Thanks @vlakoff! --- diff --git a/grunt.js b/grunt.js index e05f06724..a2db873a7 100644 --- a/grunt.js +++ b/grunt.js @@ -39,7 +39,7 @@ module.exports = function( grunt ) { pkg: "", dst: readOptionalJSON("dist/.destination.json"), meta: { - banner: "/*! jQuery v@<%= pkg.version %> jquery.com | jquery.org/license */" + banner: "/*! jQuery v<%= pkg.version %> jquery.com | jquery.org/license */" }, compare_size: { files: distpaths