JSDOC/Walker2.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 16 Jul 2010 02:59:30 +0000 (10:59 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 16 Jul 2010 02:59:30 +0000 (10:59 +0800)
JSDOC/Walker2.js

index 57cfea3..b0803da 100644 (file)
@@ -534,7 +534,7 @@ Walker2 = XObject.define(
                             (this.ts.lookTok(-3).type = 'FUNCTION')
                         ) {
                         //scopeName = this.ts.look(-3).data;
-                        this.ts.balanceN(Script.TOKlparen);
+                        this.ts.balance("(");
                         token = this.ts.nextTok(); // should be {
                             scopeName = fixAlias(scopeName);
                         var fnScope = new Scope(this.braceNesting, scope, token.n, '$private$');