aboutsummaryrefslogtreecommitdiffstats
path: root/lib/component.client.moon
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2018-10-19 04:58:14 +0000
committers-ol <s-ol@users.noreply.github.com>2018-10-19 04:58:14 +0000
commit28569b422ae3206209384b09dc5d60155e9f670e (patch)
treea7524c6d7b8ff7e41f020274e4e51a56e06ce7b7 /lib/component.client.moon
parentswitch to self-rendering lua code (diff)
downloadmmm-28569b422ae3206209384b09dc5d60155e9f670e.tar.gz
mmm-28569b422ae3206209384b09dc5d60155e9f670e.zip
stable serverside rendering
Diffstat (limited to 'lib/component.client.moon')
-rw-r--r--lib/component.client.moon2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/component.client.moon b/lib/component.client.moon
index c012427..ee0f9ca 100644
--- a/lib/component.client.moon
+++ b/lib/component.client.moon
@@ -1,5 +1,3 @@
-{ :document } = js.global
-
-- convert anything to a DOM Node
-- val must be one of:
-- * DOM Node (instanceof window.Node)