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

index bd5bfad..49a5380 100644 (file)
@@ -166,7 +166,7 @@ ScopeNamer = XObject.define(
                     stmt[0].jsdoc &&
                     stmt[0].jsdoc.getTag('ignore').length
                ) {
-                 this.debugCall("walkStatement : ignore found - " + scope + '@' + this.tokens[0].line );
+                this.debugCall("walkStatement : ignore found - " + scope + '@' + this.tokens[0].line );
                 return true;
             }
             while (null != (token = this.next())) {