JSDOC/TokenReader.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 13 Oct 2011 10:29:42 +0000 (18:29 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 13 Oct 2011 10:29:42 +0000 (18:29 +0800)
JSDOC/TokenReader.js

index 709b173..493dab8 100644 (file)
@@ -84,7 +84,7 @@ TokenReader = XObject.define(
                         incode = 1;
                     }
                 }
-                if (this.incode == 1) {
+                if (incode == 1) {
                     if (this.read_codeend(stream, tokens)) {
                         incode = 0;
                     }