summaryrefslogtreecommitdiff
path: root/src/compiler/GF/JavaScript/PrintJS.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/GF/JavaScript/PrintJS.hs')
-rw-r--r--src/compiler/GF/JavaScript/PrintJS.hs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/compiler/GF/JavaScript/PrintJS.hs b/src/compiler/GF/JavaScript/PrintJS.hs
index 4e04e3cbf..1e721e353 100644
--- a/src/compiler/GF/JavaScript/PrintJS.hs
+++ b/src/compiler/GF/JavaScript/PrintJS.hs
@@ -164,6 +164,4 @@ instance Print PropertyName where
prt i e = case e of
IdentPropName id -> prPrec i 0 (concatD [prt 0 id])
StringPropName str -> prPrec i 0 (concatD [prt 0 str])
-
-
-
+ IntPropName n -> prPrec i 0 (concatD [prt 0 n])