Minor modification.
This commit is contained in:
parent
edeb864576
commit
2e85bf20b5
@ -14,9 +14,9 @@ OV.ImporterBase = class
|
|||||||
this.model = new OV.Model ();
|
this.model = new OV.Model ();
|
||||||
this.error = false;
|
this.error = false;
|
||||||
this.message = null;
|
this.message = null;
|
||||||
|
this.ResetContent ();
|
||||||
|
|
||||||
let obj = this;
|
let obj = this;
|
||||||
this.ResetContent ();
|
|
||||||
this.ImportContent (content, function () {
|
this.ImportContent (content, function () {
|
||||||
obj.CreateResult (callbacks);
|
obj.CreateResult (callbacks);
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user