Changed readFile to java-based read function to handle \r\n, fixes docs and test...
[jquery.git] / build / docs / docs.js
index a40f56a..8f331ea 100644 (file)
@@ -2,7 +2,7 @@ load("build/js/json.js", "build/js/xml.js", "build/js/writeFile.js", "build/js/p
 
 var dir = arguments[1];
 
-var c = parse( readFile(arguments[0]) );
+var c = parse( read(arguments[0]) );
 output( c, "docs" );
 
 c = categorize( c );