JSDOC/Walker2.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 30 Jun 2010 09:58:03 +0000 (17:58 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 30 Jun 2010 09:58:03 +0000 (17:58 +0800)
JSDOC/Walker2.js

index 119c84a..d07e65d 100644 (file)
@@ -375,7 +375,7 @@ Walker2 = XObject.define(
                         this.ts.lookT(2).name == 'NEW' &&
                         this.ts.lookT(3).type == 'NAME' &&
                         this.ts.lookT(4).data == '(' &&
-                        this.ts.lookT(5)..data == '{' 
+                        this.ts.lookT(5).data == '{' 
                         ) {
                         scopeName = token.data;
                         if (this.currentDoc) {