Commit 360f3415 authored by Sven Franck's avatar Sven Franck

bugfix undefined element.logic

parent 39923c02
......@@ -6436,7 +6436,7 @@
if (spec.children) {
for (i = 0; i < spec.children.length; i += 1) {
element = spec.children[i];
param = element.logic.setParam;
param = element.logic ? element.logic.setParam : undefined;
// reference to parent gadget
if (spec.reference) {
......
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