initial function call added, fix
This commit is contained in:
@@ -123,6 +123,7 @@ define('ElOutput', ['logme'], function (logme) {
|
||||
el.html(func.apply(window, state.getAllParameterValues()));
|
||||
} else {
|
||||
el = null;
|
||||
func.apply(window, state.getAllParameterValues());
|
||||
}
|
||||
|
||||
state.addDynamicEl(el, func, obj['@el_id'], updateOnEvent);
|
||||
|
||||
@@ -239,6 +239,7 @@ define('State', ['logme'], function (logme) {
|
||||
for (c1 = 0; c1 < dynamicEl.length; c1++) {
|
||||
if (dynamicEl[c1].el === null) {
|
||||
dynamicEl[c1].func.apply(window, allParameterValues);
|
||||
continue;
|
||||
}
|
||||
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user