JSDOC/Scope.js
[gnome.introspection-doc-generator] / JSDOC / Scope.js
index 5489651..6a243e1 100644 (file)
@@ -54,7 +54,7 @@ Scope.prototype = {
     protectedVars : {}, // only used by to parent..
     declareIdentifier : function(symbol, token) {
         
-        print("SCOPE : " + this.gid  " : " + token.toString()+"");
+        print("SCOPE : " + this.gid  " : " + token.toString()+"");
         
         if (typeof(this.identifiers[symbol])== 'undefined') {