JSDOC/Walker2.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 6 Jul 2010 10:07:10 +0000 (18:07 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 6 Jul 2010 10:07:10 +0000 (18:07 +0800)
JSDOC/Walker2.js

index 21402cf..c637133 100644 (file)
@@ -154,7 +154,7 @@ Walker2 = XObject.define(
             
             //print(JSON.stringify(this.ts, null, 4)); Seed.quit();
             
-            while (false != (token = this.ts.next())) {
+            while (null != (token = this.ts.next())) {
                 print("TOK"+ token.toString());
                 //  this.timerPrint("parseScope AFTER lookT: " + token.toString());