JSDOC/Packer.js
[gnome.introspection-doc-generator] / JSDOC / Token.js
index 30e03f1..0486c68 100644 (file)
@@ -36,7 +36,7 @@ Token = Object.define(
     {
          toString: function()
         {
-            return 'type:' + this.type + ', name:' + this.name + ', data:' + this.data;
+            return 'line:' + this.line + ', type:' + this.type + ', name:' + this.name + ', data:' + this.data;
         },