JSDOC/Lang.vala
authorAlan Knowles <alan@roojs.com>
Wed, 30 Sep 2015 10:06:50 +0000 (18:06 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 30 Sep 2015 10:06:50 +0000 (18:06 +0800)
JSDOC/Lang.vala

index 1ec13d0..705deea 100644 (file)
@@ -65,7 +65,7 @@ namespace JSDOC {
             
         }
         public string punc (string ch) {
-            return this.puncNames[ch];
+            return this.puncNames.get(ch); // ?? does [xxx] work!?
         }
         
         public bool isNumber (string str) {