Rename children to args in VoiceXML/SISR/JavaScript.

This commit is contained in:
bringert
2007-01-22 20:48:14 +00:00
parent e226a377d6
commit 02c5dbd04a
2 changed files with 14 additions and 14 deletions

View File

@@ -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"