adding require to module object
This commit is contained in:
parent
62e50b5b8d
commit
f0c27bc4c6
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ function module.init()
|
||||||
--this.style = style.init(this);
|
--this.style = style.init(this);
|
||||||
this.class = class.init(this);
|
this.class = class.init(this);
|
||||||
this.mount = mount.init(this);
|
this.mount = mount.init(this);
|
||||||
|
this.require = require;
|
||||||
|
|
||||||
--this.makeClass = makeClass;
|
--this.makeClass = makeClass;
|
||||||
--this.tween = tween;
|
--this.tween = tween;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue