From 2c5506f17fab0e927181e19d9cf57456ba6af4b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=84=B8=EC=A0=A4=EA=B7=80=20=EA=B3=A0=EC=96=91=EC=9D=B4?= =?UTF-8?q?=EB=93=A4?= <46598063+qwreey75@users.noreply.github.com> Date: Fri, 24 Dec 2021 19:56:02 +0900 Subject: [PATCH] error fix --- src/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;