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

index a1d5e51..59f0342 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 === false) ? '' : ( 'outData : ' + this.outData);
         },