JSDOC/Identifier.vala
authorAlan Knowles <alan@roojs.com>
Wed, 25 Nov 2015 08:43:31 +0000 (16:43 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 25 Nov 2015 08:43:31 +0000 (16:43 +0800)
JSDOC/Identifier.vala

index efd113c..b0584e2 100644 (file)
@@ -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;