Commit 3dcb9abd authored by Ronny's avatar Ronny

文件解析bug 2

parent 8f69fe0a
...@@ -109,11 +109,9 @@ kity.extendClass(Minder, { ...@@ -109,11 +109,9 @@ kity.extendClass(Minder, {
var self = this; var self = this;
json.then(local, function(data) { json.then(local, function(data) {
self._doImport(data, params); self._doImport(data, params);
clearTimeout( this.parseMonitor );
}); });
} else { } else {
this._doImport(json, params); this._doImport(json, params);
clearTimeout( this.parseMonitor );
} }
return this; return this;
}, },
......
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