Commit c95eec4a authored by limingzhe's avatar limingzhe

fix: debug

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