Commit fc09bbd0 by Alexander Kryklia

added funciton call

parent a49f94fe
......@@ -238,7 +238,7 @@ define('State', ['logme'], function (logme) {
for (c1 = 0; c1 < dynamicEl.length; c1++) {
if (dynamicEl[c1].el === null) {
continue;
dynamicEl[c1].func.apply(window, allParameterValues);
}
if (
......
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