From 7e5a2bd738f9acff63e97c108be6768cf4a45531 Mon Sep 17 00:00:00 2001 From: John Resig Date: Mon, 14 Aug 2006 02:17:22 +0000 Subject: [PATCH 1/1] Fixed some formatting errors with the output of lite. --- build/build/lite.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ); -- 1.7.10.4