diff options
| author | bringert <bringert@cs.chalmers.se> | 2007-01-22 20:48:14 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2007-01-22 20:48:14 +0000 |
| commit | 02c5dbd04af59187e197a9a2f98cce90e85c4cb2 (patch) | |
| tree | ed10072bb0aadfd36bade4d4eb0aacb51dda6f65 /src/GF/Speech/GrammarToVoiceXML.hs | |
| parent | e226a377d655729c279fef4cb3669093acc8c81b (diff) | |
Rename children to args in VoiceXML/SISR/JavaScript.
Diffstat (limited to 'src/GF/Speech/GrammarToVoiceXML.hs')
| -rw-r--r-- | src/GF/Speech/GrammarToVoiceXML.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Speech/GrammarToVoiceXML.hs b/src/GF/Speech/GrammarToVoiceXML.hs index b48af5a57..2924f0513 100644 --- a/src/GF/Speech/GrammarToVoiceXML.hs +++ b/src/GF/Speech/GrammarToVoiceXML.hs @@ -161,7 +161,7 @@ fun2sub gr cat fun args = [param "old" v, filled [] [assign v (s++".term")]] where s = prid fun ++ "_" ++ show n - v = "term.children["++show n++"]" + v = "term.args["++show n++"]" catFormId :: VIdent -> String catFormId c = prid c ++ "_cat" |
