aboutsummaryrefslogtreecommitdiffstats
path: root/alv/module.moon
diff options
context:
space:
mode:
Diffstat (limited to 'alv/module.moon')
-rw-r--r--alv/module.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/alv/module.moon b/alv/module.moon
index 6eeb10b..d3fa5e5 100644
--- a/alv/module.moon
+++ b/alv/module.moon
@@ -14,7 +14,7 @@ class Module
--- create a new Module.
-- @classmethod
new: =>
- @registry = Registry!
+ @registry = Registry @
--- check when the module source has last changed.
-- @function poll