Fixed malt dependency in hint helper

Change-Id: I9477441bf2f1b7a727dd366a41d43d4f45bc43cd
diff --git a/dev/js/src/hint/array.js b/dev/js/src/hint/array.js
index ba0e8c2..2e77cb6 100644
--- a/dev/js/src/hint/array.js
+++ b/dev/js/src/hint/array.js
@@ -411,7 +411,7 @@
       ["pres","pres ", "Present"]
     ],
     "malt/d=" : [
-      ["-PUNCT-", "-PUNCT- "]
+      ["-PUNCT-", "-PUNCT- "],
       ["-UNKNOWN-","-UNKNOWN- "],
       ["ADV","ADV "],
       ["APP","APP "],