error fix
This commit is contained in:
parent
3afa598bfb
commit
2c5506f17f
1 changed files with 1 additions and 1 deletions
|
|
@ -46,8 +46,8 @@ function module.init(id)
|
|||
this.event = event.init(this);
|
||||
this.store = store.init(this);
|
||||
--this.style = style.init(this);
|
||||
this.class = class.init(this);
|
||||
this.mount = mount.init(this);
|
||||
this.class = class.init(this);
|
||||
|
||||
--this.makeClass = makeClass;
|
||||
--this.tween = tween;
|
||||
|
|
|
|||
Loading…
Reference in a new issue