error fix

This commit is contained in:
세젤귀 고양이들 2021-12-24 19:56:02 +09:00
parent 3afa598bfb
commit 2c5506f17f

View file

@ -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;