From 62ebe8b175ab892495b81104592d232cf145a1f4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 25 Nov 2015 16:43:31 +0800 Subject: [PATCH] JSDOC/Identifier.vala --- JSDOC/Identifier.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2