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