X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScope.js;h=6a243e1a09d80a916411275f331aa937f133b85a;hp=5489651eb033e9f70d75219295e636391535acf9;hb=a1df295b5b67d3954ce9949b8393753effbacdd6;hpb=e5ac31fe1a1ce1bef6c3e30c10c539005ab999f4 diff --git a/JSDOC/Scope.js b/JSDOC/Scope.js index 5489651..6a243e1 100644 --- a/JSDOC/Scope.js +++ b/JSDOC/Scope.js @@ -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') {