Skip to content

Commit 5fb258b

Browse files
committed
Remove superfluous @ in compressed header. Close jquerygh-925.
Thanks @vlakoff!
1 parent 9b67b4c commit 5fb258b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grunt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module.exports = function( grunt ) {
3939
pkg: "<json:package.json>",
4040
dst: readOptionalJSON("dist/.destination.json"),
4141
meta: {
42-
banner: "/*! jQuery v@<%= pkg.version %> jquery.com | jquery.org/license */"
42+
banner: "/*! jQuery v<%= pkg.version %> jquery.com | jquery.org/license */"
4343
},
4444
compare_size: {
4545
files: distpaths

0 commit comments

Comments
 (0)