JSDOC/Token.js
[gnome.introspection-doc-generator] / JSDOC / Token.js
index 828034f..30e03f1 100644 (file)
@@ -23,10 +23,11 @@ console = imports['console.js'].console;
 */
 
 Token = Object.define(
-    function(data, type, name) {
+    function(data, type, name, line) {
         this.data = data;
         this.type = type;
         this.name = name;
+        this.line = line;
         this.prefix = '';    
         this.outData = false; // used by packer/scopeparser
         this.identifier = false; // used by scope