diff --git a/src/init.lua b/src/init.lua index 1e4ffc3..104140f 100644 --- a/src/init.lua +++ b/src/init.lua @@ -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;