aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMihai Bazon <mihai@bazon.net>2012-10-08 13:37:27 +0300
committerMihai Bazon <mihai@bazon.net>2012-10-08 13:37:27 +0300
commitd4970b35acb6142157e3f6dd4505ae0e44a175c6 (patch)
treeebf36ae317ca368cde62eaf0699b0e5012f81669 /bin
parentdd8286bce152125d18a0af13a6088049303f2993 (diff)
downloadtracifyjs-d4970b35acb6142157e3f6dd4505ae0e44a175c6.tar.gz
tracifyjs-d4970b35acb6142157e3f6dd4505ae0e44a175c6.zip
should not expose base54.sort() in the API docs, I think
Diffstat (limited to 'bin')
-rwxr-xr-xbin/uglifyjs21
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/uglifyjs2 b/bin/uglifyjs2
index ef87b657..b3b00a7b 100755
--- a/bin/uglifyjs2
+++ b/bin/uglifyjs2
@@ -243,7 +243,6 @@ if (SCOPE_IS_NEEDED) {
TOPLEVEL.figure_out_scope();
if (MANGLE) {
TOPLEVEL.compute_char_frequency();
- UglifyJS.base54.sort();
}
});
}