From: John Resig Date: Mon, 14 Aug 2006 02:17:22 +0000 (+0000) Subject: Fixed some formatting errors with the output of lite. X-Git-Tag: 1.0~41 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7e5a2bd738f9acff63e97c108be6768cf4a45531;p=jquery.git Fixed some formatting errors with the output of lite. --- diff --git a/build/build/lite.js b/build/build/lite.js index bcfb096b1..650009abf 100644 --- a/build/build/lite.js +++ b/build/build/lite.js @@ -1,6 +1,6 @@ load("build/js/writeFile.js"); -var blockMatch = /\s*\/\*\*\s*((.|\n)*?)\n*\*\/\s*/g; -var f = readFile(arguments[0]).replace( blockMatch, "" ); +var blockMatch = /\s*\/\*\*\s*((.|\n)*?)\s*\*\/\n*/g; +var f = readFile(arguments[0]).replace( blockMatch, "\n" ); writeFile( arguments[1], f );