Export readDefaultReservedFile

This commit is contained in:
Mihai Bazon
2015-03-22 11:04:28 +02:00
parent 81b7335267
commit e1c3861832
2 changed files with 8 additions and 2 deletions

View File

@@ -159,7 +159,7 @@ if (ARGS.reserved_file) ARGS.reserved_file.forEach(function(filename){
});
if (ARGS.reserve_domprops) {
RESERVED = UglifyJS.readReservedFile(path.join(__dirname, "..", "tools", "domprops.json"), RESERVED);
RESERVED = UglifyJS.readDefaultReservedFile(RESERVED);
}
if (ARGS.d) {