JSDOC/Walker2.js
authorAlan Knowles <alan@akkbhome.com>
Tue, 6 Jul 2010 23:28:20 +0000 (07:28 +0800)
committerAlan Knowles <alan@akkbhome.com>
Tue, 6 Jul 2010 23:28:20 +0000 (07:28 +0800)
JSDOC/Walker2.js

index 7b4ca3f..ad0e0b4 100644 (file)
@@ -211,8 +211,8 @@ Walker2 = XObject.define(
                 // things that stop comments carrying on...??
                 
                 if (this.currentDoc && (
-                        token.tokN.data == ';' || 
-                        token.tokN.data == '}')) {
+                        token.data == ';' || 
+                        token.data == '}')) {
                     this.addSymbol('', true);
                     //throw "Unconsumed Doc ("+ token.toString() +"): " + this.currentDoc.toSource();
                 }