aboutsummaryrefslogtreecommitdiffstats
path: root/root/articles/realities/text$moonscript -> mmm$component.moon
diff options
context:
space:
mode:
Diffstat (limited to 'root/articles/realities/text$moonscript -> mmm$component.moon')
-rw-r--r--root/articles/realities/text$moonscript -> mmm$component.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/root/articles/realities/text$moonscript -> mmm$component.moon b/root/articles/realities/text$moonscript -> mmm$component.moon
index 7689dbb..a7dc365 100644
--- a/root/articles/realities/text$moonscript -> mmm$component.moon
+++ b/root/articles/realities/text$moonscript -> mmm$component.moon
@@ -24,7 +24,7 @@ if MODE == 'SERVER'
render: =>
rplc = with div id: @id, :style
\append '(diagram goes here)'
- -- \append "<script type=\"application/lua\">
+ -- \append "<script type=\"text/lua\">
-- local rplc = js.global.document:getElementById('#{@id}');
-- local fn = #{compile @func}
-- diag = Diagram(fn)