From: Alan Knowles Date: Wed, 25 Nov 2015 08:43:31 +0000 (+0800) Subject: JSDOC/Identifier.vala X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=62ebe8b175ab892495b81104592d232cf145a1f4 JSDOC/Identifier.vala --- 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;