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-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=7e5a2bd738f9acff63e97c108be6768cf4a45531;hp=f8402b9a081f0096986d140f809f4d57c6db7834;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 bcfb096..650009a 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 );