Commit c95eec4a authored by limingzhe's avatar limingzhe

fix: debug

parent 29506992
......@@ -34,11 +34,12 @@ cc.Class({
},
intervalIdArray: [],
intervalIdArray: null,
ctor() {
this._imageResList = [];
this._audioResList = [];
this.intervalIdArray = [];
this._status = {
treeHeight: -1,
}
......@@ -46,7 +47,6 @@ cc.Class({
start() {
cc.debug.setDisplayStats(false);
this.intervalIdArray = [];
this.data = defaultData;
this.getData((data) => {
......
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