diff options
Diffstat (limited to 'root/animations/init.moon')
| -rw-r--r-- | root/animations/init.moon | 2 |
1 files changed, 1 insertions, 1 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' |
