Minor modification.

This commit is contained in:
Viktor Kovacs 2021-04-20 10:56:57 +02:00
parent edeb864576
commit 2e85bf20b5

View File

@ -14,9 +14,9 @@ OV.ImporterBase = class
this.model = new OV.Model ();
this.error = false;
this.message = null;
this.ResetContent ();
let obj = this;
this.ResetContent ();
this.ImportContent (content, function () {
obj.CreateResult (callbacks);
});