diff options
Diffstat (limited to 'src/GF/Speech')
| -rw-r--r-- | src/GF/Speech/SISR.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Speech/SISR.hs b/src/GF/Speech/SISR.hs index e7fcdc810..3e68a2e55 100644 --- a/src/GF/Speech/SISR.hs +++ b/src/GF/Speech/SISR.hs @@ -83,5 +83,5 @@ ass = JS.EAssign tree n xs = obj [("name", JS.EStr n), ("args", JS.EArray xs)] -obj ps = JS.EObj [JS.Prop (JS.Ident x) y | (x,y) <- ps] +obj ps = JS.EObj [JS.Prop (JS.StringPropName x) y | (x,y) <- ps] |
