JSDOC/Scope.js
[gnome.introspection-doc-generator] / JSDOC / Scope.js
index 2391478..89a0776 100644 (file)
@@ -54,7 +54,7 @@ Scope.prototype = {
     protectedVars : {}, // only used by to parent..
     declareIdentifier : function(symbol, token) {
         
-        //println("ADD IDENT(" + this.id + "):<B>" + symbol+"</B><BR/>");
+        print("ADD IDENT(" + this.id + "):" + symbol+"");
         
         if (typeof(this.identifiers[symbol])== 'undefined') {
             
@@ -313,4 +313,4 @@ XObject.extend(Scope, {
 })
 // init the scope constants..
 Scope.init();
\ No newline at end of file
+Scope.gid = 0;
\ No newline at end of file