should not expose base54.sort() in the API docs, I think

This commit is contained in:
Mihai Bazon
2012-10-08 13:37:27 +03:00
parent dd8286bce1
commit d4970b35ac
2 changed files with 1 additions and 1 deletions

View File

@@ -243,7 +243,6 @@ if (SCOPE_IS_NEEDED) {
TOPLEVEL.figure_out_scope(); TOPLEVEL.figure_out_scope();
if (MANGLE) { if (MANGLE) {
TOPLEVEL.compute_char_frequency(); TOPLEVEL.compute_char_frequency();
UglifyJS.base54.sort();
} }
}); });
} }

View File

@@ -467,6 +467,7 @@ AST_Toplevel.DEFMETHOD("compute_char_frequency", function(){
base54.consider(node.property); base54.consider(node.property);
}); });
this.walk(tw); this.walk(tw);
base54.sort();
}); });
var base54 = (function() { var base54 = (function() {