X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FIdentifier.js;h=7cc82bd4c0eeab0e439ac0f0940dce42684bcfee;hp=3cb9806cf9dbe28d172298476370aa631f642bbe;hb=759466942f163998373b165f409fd9cfaaa9910f;hpb=79f32462a939eff2cdace6488d0d1bd046aa7846 diff --git a/JSDOC/Identifier.js b/JSDOC/Identifier.js index 3cb9806..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 = {}; @@ -20,5 +21,5 @@ Identifier.prototype = { mungedValue : '', // should be at least 1?!?! scope : false, // script of fn scope.. toMunge : true -}); +};