Commit 4c1b743d authored by Sebastien Robin's avatar Sebastien Robin

pass parameters to the destination method

parent 386de95b
...@@ -478,7 +478,8 @@ var RenderJs = (function () { ...@@ -478,7 +478,8 @@ var RenderJs = (function () {
source_gadget_id)[original_source_method_id]. source_gadget_id)[original_source_method_id].
apply(null, arguments); apply(null, arguments);
RenderJs.GadgetIndex.getGadgetById( RenderJs.GadgetIndex.getGadgetById(
destination_gadget_id)[destination_method_id](); destination_gadget_id)[destination_method_id].
apply(null, arguments);
}; };
return interaction; return interaction;
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment