diff --git a/src/init.lua b/src/init.lua index e3a36bf..ceee3c9 100644 --- a/src/init.lua +++ b/src/init.lua @@ -40,6 +40,7 @@ function module.init() --this.style = style.init(this); this.class = class.init(this); this.mount = mount.init(this); + this.require = require; --this.makeClass = makeClass; --this.tween = tween;