Added a number of additional speed gains (we now hold our own against Dojo and DOMQue...
[jquery.git] / build / build / lite.js
index 5fb923b..d5fc19c 100644 (file)
@@ -1,6 +1,6 @@
 load("build/js/writeFile.js");
 
-var blockMatch = /\s*\/\*\*\s*((.|\n)*?)\s*\*\/\n*/g;
+var blockMatch = /\s*\/\*\*\s*((.|\n|\r\n)*?)\s*\*\/\n*/g;
 var f = readFile(arguments[0]).replace( blockMatch, "\n" ).replace( /\n\n+/g, "\n\n" );
 
 writeFile( arguments[1], f );