A barebones implementation of getComputedStyle.
[jquery.git] / build / build / lite.js
index 5f51038..d5fc19c 100644 (file)
@@ -1,4 +1,4 @@
-load("../jquerybuild/js/writeFile.js");
+load("build/js/writeFile.js");
 
 var blockMatch = /\s*\/\*\*\s*((.|\n|\r\n)*?)\s*\*\/\n*/g;
 var f = readFile(arguments[0]).replace( blockMatch, "\n" ).replace( /\n\n+/g, "\n\n" );