JSDOC/ScopeNamer.js
authorAlan Knowles <alan@roojs.com>
Wed, 23 Nov 2011 03:26:50 +0000 (11:26 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 23 Nov 2011 03:26:50 +0000 (11:26 +0800)
JSDOC/ScopeNamer.js

index 403a190..f2587f3 100644 (file)
@@ -158,9 +158,9 @@ ScopeNamer = XObject.define(
             
             
             
-            if (this.filename.match(/pack\.js/) && isGlobal) {
-                print(JSON.stringify(stmt , null,4));
-            }
+            //if (this.filename.match(/pack\.js/) && isGlobal) {
+            //    print(JSON.stringify(stmt , null,4));
+            //}
             // @ignore stops the parser..
             if (isGlobal &&
                     stmt[0].jsdoc &&