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

index 2b04177..87b856d 100644 (file)
@@ -161,6 +161,7 @@ ScopeNamer = XObject.define(
                     stmt[0].jsdoc &&
                     stmt[0].jsdoc.getTag('ignore').length
                ) {
+                print("got ignore?");
                 return true;
             }
             while (null != (token = this.next())) {