Minor modification.
This commit is contained in:
parent
19d49f3832
commit
b50abe77ba
@ -2,9 +2,14 @@ OV.ImporterBase = class
|
||||
{
|
||||
constructor ()
|
||||
{
|
||||
|
||||
this.name = null;
|
||||
this.extension = null;
|
||||
this.callbacks = null;
|
||||
this.model = null;
|
||||
this.error = null;
|
||||
this.message = null;
|
||||
}
|
||||
|
||||
|
||||
Import (name, extension, content, callbacks)
|
||||
{
|
||||
this.Clear ();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user