JSDOC/Token.js
[gnome.introspection-doc-generator] / JSDOC / Token.js
index ca2c59e..0f47ff3 100644 (file)
@@ -35,7 +35,7 @@ Token = Object.define(
     {
         function toString()
         {
-            return 'type:' + this.type+ ', name:' + this.name + ', data:' + this.data;
+            return 'type:' + this.type + ', name:' + this.name + ', data:' + this.data;
         },