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