Commit b2f0ff3c b2f0ff3c78f5b11ae8695ebe0ffc0f983616ee84 by Nicolas Perriault

removed unsued var declarations

1 parent 8c5f4cb5
Showing 1 changed file with 1 additions and 1 deletions
......@@ -118,7 +118,7 @@ if (!phantom.casperLoaded) {
return function(path) {
var i, dir, paths = [],
fileGuesses = [],
file, code, fn,
file,
module = {
exports: {}
};
......