JSDOC/Packer.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 05:34:46 +0000 (13:34 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 05:34:46 +0000 (13:34 +0800)
JSDOC/Packer.js

index 4dce20e..cacd7ab 100644 (file)
@@ -335,7 +335,7 @@ Packer.prototype = {
         this.timerPrint("Tokenized");
         //var ts = new TokenStream(toks);
         var ts = new Collapse(toks);
-        //ts.dump();
+         ts.dump();
         //return;//
         var sp = new ScopeParser(ts);
         this.timerPrint("Converted to Parser");