Fix .hac action file support
This commit is contained in:
parent
856133d12a
commit
71c4482c76
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public class RhinoActionAdapter {
|
||||||
String functionName = action.getShortName().replace('.', '_');
|
String functionName = action.getShortName().replace('.', '_');
|
||||||
|
|
||||||
sourceName = action.toString();
|
sourceName = action.toString();
|
||||||
function = composeFunction(functionName,
|
function = composeFunction(functionName + "_action",
|
||||||
"arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10",
|
"arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10",
|
||||||
content);
|
content);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue