Fix .hac action file support

This commit is contained in:
hns 2005-03-15 14:42:21 +00:00
parent 856133d12a
commit 71c4482c76

View file

@ -38,7 +38,7 @@ public class RhinoActionAdapter {
String functionName = action.getShortName().replace('.', '_');
sourceName = action.toString();
function = composeFunction(functionName,
function = composeFunction(functionName + "_action",
"arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10",
content);