X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FIdentifier.vala;h=b0584e2de150c49a9928072bd4db692a953d56a9;hb=5952f0a864405366d4da4951db2c01f207b82b35;hp=efd113c69d9d1eebdcb1cea4197fd9cbf5183239;hpb=85d82bcb3f5127aa4475508d1525a30db8693163;p=gnome.introspection-doc-generator diff --git a/JSDOC/Identifier.vala b/JSDOC/Identifier.vala index efd113c..b0584e2 100644 --- a/JSDOC/Identifier.vala +++ b/JSDOC/Identifier.vala @@ -14,7 +14,7 @@ namespace JSDOC public string name; public int refcount = 1; // used? - public string mungedValue = ""; // should be at least 1?!?! + public string mungedValue; // should be at least 1?!?! public Scope scope ; // script of fn scope.. public bool toMunge = true;