JSDOC/Token.js
[gnome.introspection-doc-generator] / 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));
         },