Fixed minor issue with pack build script. (Bug #2101)

1.7/enhancement_8685
John Resig 2008-01-14 19:13:46 +00:00
parent 8a356f0d23
commit 04eb060692
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ load("build/js/Words.js");
// arguments
var inFile = arguments[0];
var outFile = arguments[1] || inFile.replace(/\.js$/, "pack.js");
var outFile = arguments[1] || inFile.replace(/\.js$/, ".pack.js");
// options
var base62 = true;