From e1a5d3ebfbf963f373d8c6aa2fbec36bacc200be Mon Sep 17 00:00:00 2001 From: Rick Waldron Date: Sat, 22 Oct 2011 16:06:57 -0400 Subject: [PATCH] Landing pull request 560. Further reduce minimal header. Fixes #10553. More Details: - https://github.com/jquery/jquery/pull/560 - http://bugs.jquery.com/ticket/10553 --- build/post-compile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/post-compile.js b/build/post-compile.js index 98b8b849f..afcebf278 100644 --- a/build/post-compile.js +++ b/build/post-compile.js @@ -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 -- 2.39.5