diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-02-13 09:07:05 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-02-13 09:07:05 +0000 |
| commit | 9f80c8b41ef2e42f9bc2cce0c2172e879d308dbc (patch) | |
| tree | 3b075136c22c090e9610eb51dd7e1a70bdb3c64e /core/base.moon | |
| parent | add logic lib (diff) | |
| download | alive-9f80c8b41ef2e42f9bc2cce0c2172e879d308dbc.tar.gz alive-9f80c8b41ef2e42f9bc2cce0c2172e879d308dbc.zip | |
no more @registry juggling
Diffstat (limited to 'core/base.moon')
| -rw-r--r-- | core/base.moon | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/base.moon b/core/base.moon index 3be2a98..dcf600a 100644 --- a/core/base.moon +++ b/core/base.moon @@ -23,7 +23,6 @@ class Op class Action -- common new: (head, @tag) => - @registry = @tag.registry -- @TODO: remove @patch head -- AST interface |
