Browse Source

无JIRA任务 es6写法

research/test
Lee94 1 year ago committed by Kevin.King
parent
commit
b2d14f16a6
  1. 4
      src/core/structure/tree.js

4
src/core/structure/tree.js

@ -127,9 +127,7 @@
continue;
}
if (temp != null) {
BI.each(temp.getChildren(), function(_i, t) {
queue.push(t);
})
queue.push(...temp.getChildren());
}
}
},

Loading…
Cancel
Save