Skip to content
Permalink
Browse files
Landing pull request 560. Further reduce minimal header. Fixes #10553.
  • Loading branch information
rwaldron authored and timmywil committed Oct 22, 2011
1 parent c51b294 commit e1a5d3e
Showing 1 changed file with 1 addition and 1 deletion.
@@ -5,7 +5,7 @@ var print = require( "sys" ).print,
src = fs.readFileSync( process.argv[2], "utf8" ),
version = fs.readFileSync( "version.txt", "utf8" ),
// License Template
license = "/*! jQuery v@VERSION http://jquery.com/ | http://jquery.org/license */";
license = "/*! jQuery v@VERSION jquery.com | jquery.org/license */";


// Previously done in sed but reimplemented here due to portability issues

0 comments on commit e1a5d3e

Please sign in to comment.