diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-11-05 09:26:27 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-11-05 09:26:27 +0000 |
| commit | db83379662c2e2c240e2f121e19b943e4e4387c5 (patch) | |
| tree | 69338eddc66db1f535607b16dcf66a2ac82c14e5 /root/animations | |
| parent | some cleanup (diff) | |
| download | mmm-db83379662c2e2c240e2f121e19b943e4e4387c5.tar.gz mmm-db83379662c2e2c240e2f121e19b943e4e4387c5.zip | |
rename "moon ->" to "fn ->"
Diffstat (limited to 'root/animations')
| -rw-r--r-- | root/animations/init.moon | 2 | ||||
| -rw-r--r-- | root/animations/koch.moon | 3 | ||||
| -rw-r--r-- | root/animations/twisted.moon | 4 |
3 files changed, 4 insertions, 5 deletions
diff --git a/root/animations/init.moon b/root/animations/init.moon index c968cfd..ff8ef4b 100644 --- a/root/animations/init.moon +++ b/root/animations/init.moon @@ -6,7 +6,7 @@ require = relative ... Fileder { 'name: alpha': 'animations', 'title: text/plain': 'canvas animations', - 'moon -> mmm/dom': (path) => div { + 'fn -> mmm/dom': (path) => div { h3 @gett 'title: text/plain', style: { 'margin-bottom': '-.5em' }, ul for child in *@children name = child\gett 'name: alpha' diff --git a/root/animations/koch.moon b/root/animations/koch.moon index 4d16b8a..f7927d4 100644 --- a/root/animations/koch.moon +++ b/root/animations/koch.moon @@ -109,5 +109,4 @@ with Fileder { @ctx\restore! - -- .props['preview: moon -> mmm/component'] = => TwistedDemo true - .props['moon -> mmm/component'] = => KochDemo! + .props['fn -> mmm/component'] = => KochDemo! diff --git a/root/animations/twisted.moon b/root/animations/twisted.moon index 68bdac6..00b11c5 100644 --- a/root/animations/twisted.moon +++ b/root/animations/twisted.moon @@ -47,5 +47,5 @@ with Fileder { draw i draw 1 - .props['preview: moon -> mmm/component'] = => TwistedDemo true - .props['moon -> mmm/component'] = => TwistedDemo! + .props['preview: fn -> mmm/component'] = => TwistedDemo true + .props['fn -> mmm/component'] = => TwistedDemo! |
