Changed readFile to java-based read function to handle \r\n, fixes docs and test, lite still broken
This commit is contained in:
parent
c26ae24a1b
commit
0121530083
3 changed files with 14 additions and 2 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue