JSDOC/Scope.js
[gnome.introspection-doc-generator] / JSDOC / Scope.js
index ed5202a..425a385 100644 (file)
@@ -70,7 +70,8 @@ Scope.prototype = {
         
         print(
             indent + "Scope: " + this.id + "\n" +
-            indent + "Started: " + ( this.token ? this.token.line  : 'TOP' ) + "\n" +
+            
+            indent + "Started: " + ( this.token ? this.token.toString(): 'TOP' ) + "\n" +
             indent + "- " + str + "\n"
         );
         this.subScopes.forEach(function(s) {