Rename children to args in VoiceXML/SISR/JavaScript.

This commit is contained in:
bringert
2007-01-22 20:48:14 +00:00
parent 6bbc7e804f
commit 979a54af35
3 changed files with 29 additions and 29 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"