aboutsummaryrefslogtreecommitdiffstats
path: root/root/experiments/init.moon
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2018-11-05 09:26:27 +0000
committers-ol <s-ol@users.noreply.github.com>2018-11-05 09:26:27 +0000
commitdb83379662c2e2c240e2f121e19b943e4e4387c5 (patch)
tree69338eddc66db1f535607b16dcf66a2ac82c14e5 /root/experiments/init.moon
parentsome cleanup (diff)
downloadmmm-db83379662c2e2c240e2f121e19b943e4e4387c5.tar.gz
mmm-db83379662c2e2c240e2f121e19b943e4e4387c5.zip
rename "moon ->" to "fn ->"
Diffstat (limited to 'root/experiments/init.moon')
-rw-r--r--root/experiments/init.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/root/experiments/init.moon b/root/experiments/init.moon
index 65f3852..ad3e06a 100644
--- a/root/experiments/init.moon
+++ b/root/experiments/init.moon
@@ -6,7 +6,7 @@ require = relative ...
Fileder {
'name: alpha': 'experiments',
'title: text/plain': 'various experiments',
- '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'