Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove superfluous @ in compressed header. Close gh-925.
Thanks @vlakoff!
  • Loading branch information
dmethvin committed Sep 10, 2012
1 parent 9b67b4c commit 5fb258b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grunt.js
Expand Up @@ -39,7 +39,7 @@ module.exports = function( grunt ) {
pkg: "<json:package.json>",
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
Expand Down

0 comments on commit 5fb258b

Please sign in to comment.