JSDOC/Token.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 14 Jul 2010 08:28:32 +0000 (16:28 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 14 Jul 2010 08:28:32 +0000 (16:28 +0800)
JSDOC/Token.js

index 59f0342..388f191 100644 (file)
@@ -49,7 +49,7 @@ Token = XObject.define(
         {
             return 'line:' + this.line + ', type:' + this.type + 
                 ', name:' + this.name + ', data:' + this.data + 
-                (this.outData === false) ? '' : ( 'outData : ' + this.outData);
+                ((this.outData === false) ? '' : ( 'outData : ' + this.outData));
         },