This commit is contained in:
YouWei Zhao 2018-01-01 02:40:21 +08:00
parent 4ae315d53f
commit 97838927db

View File

@ -206,7 +206,7 @@ editor.prototype.loadAllImgs = function(icons){
return Promise.all(p);
}
editor.prototype.idsInit = function(maps, icons){
editor.ids = [];
editor.ids = [0];
editor.indexs = [];
var MAX_NUM = 400;
var getInfoById = function(id){