Browse Source

无JIRA任务 es6写法

master
Lee94 2 years ago
parent
commit
7370795c8e
  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