aboutsummaryrefslogtreecommitdiffstats
path: root/app/init.moon
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2018-10-22 13:36:24 +0000
committers-ol <s-ol@users.noreply.github.com>2018-10-22 13:43:09 +0000
commit72829c68ec50c432b38fefcb28613c75657fb2bb (patch)
tree40e2c827d76bfea70d1df0e0dee678016d3b1702 /app/init.moon
parentwebm encoding for canvasapps (diff)
downloadmmm-72829c68ec50c432b38fefcb28613c75657fb2bb.tar.gz
mmm-72829c68ec50c432b38fefcb28613c75657fb2bb.zip
CanvasApp whammy.js webm exporting
Diffstat (limited to 'app/init.moon')
-rw-r--r--app/init.moon4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/init.moon b/app/init.moon
index e97d6cc..0cf846a 100644
--- a/app/init.moon
+++ b/app/init.moon
@@ -33,9 +33,9 @@ experiments =
desc: 'Playground for Functional Tags'
render: -> require '.tags'
},
- quasihilbert: {
+ koch: {
desc: "lil' fractal thing",
- render: -> require '.quasihilbert'
+ render: -> require '.koch'
},
destify = (name, route) ->