Fixed some more bugs with the test suite, made some minor file size tweaks to the...
[jquery.git] / build / build / min.js
1 load("build/js/jsmin.js", "build/js/writeFile.js");
2
3 var f = jsmin('', readFile(arguments[0]), 3);
4
5 writeFile( arguments[1], f );