Fixed some formatting errors with the output of lite.
[jquery.git] / build / build / lite.js
index bcfb096..650009a 100644 (file)
@@ -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 );