From 2e85bf20b50c0137bbad04ff2e1bb2fe20186d65 Mon Sep 17 00:00:00 2001 From: Viktor Kovacs Date: Tue, 20 Apr 2021 10:56:57 +0200 Subject: [PATCH] Minor modification. --- source/import/importerbase.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/import/importerbase.js b/source/import/importerbase.js index 01e2371..0dccacf 100644 --- a/source/import/importerbase.js +++ b/source/import/importerbase.js @@ -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); });