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

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