X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FIdentifier.js;h=7cc82bd4c0eeab0e439ac0f0940dce42684bcfee;hp=f819b9245fa85c2be96ab2664ff8b23c6340cb97;hb=759466942f163998373b165f409fd9cfaaa9910f;hpb=3e6e2bb57eab40245ad78f3c11c3c07e3e6c98ac diff --git a/JSDOC/Identifier.js b/JSDOC/Identifier.js index f819b92..7cc82bd 100644 --- a/JSDOC/Identifier.js +++ b/JSDOC/Identifier.js @@ -9,6 +9,7 @@ function Identifier(name, scope) { + // print("NEW IDENT: " + name); this.name = name; this.scope = scope; this.identifiers = {};