JSDOC/Packer.js
authoralan <alan@alanfast.akbkhome.com>
Wed, 21 Apr 2010 06:25:11 +0000 (14:25 +0800)
committeralan <alan@alanfast.akbkhome.com>
Wed, 21 Apr 2010 06:25:11 +0000 (14:25 +0800)
JSDOC/Packer.js

index c78f334..45585ee 100644 (file)
@@ -295,7 +295,7 @@ Packer.prototype = {
         sp.mungeSymboltree();
         this.timerPrint("Munged Sym tree");
         print(sp.warnings.join("\n"));
-        var out = JSDOC.CompressWhite(sp.ts, this);
+        var out = CompressWhite(sp.ts, this);
         this.timerPrint("Compressed");
         return out;