aboutsummaryrefslogtreecommitdiffstats
path: root/lib/component.client.moon
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2018-10-29 08:37:40 +0000
committers-ol <s-ol@users.noreply.github.com>2018-10-29 08:40:08 +0000
commite5491bc7fbd867812500c845db99b55b35db0666 (patch)
tree7204730bc3cd99027a3104b315b6b3996bc794a4 /lib/component.client.moon
parentbetter conversion inverence for mmmfs (diff)
downloadmmm-e5491bc7fbd867812500c845db99b55b35db0666.tar.gz
mmm-e5491bc7fbd867812500c845db99b55b35db0666.zip
rename lib.html to lib.dom
Diffstat (limited to 'lib/component.client.moon')
-rw-r--r--lib/component.client.moon1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/component.client.moon b/lib/component.client.moon
index af0b38a..617deb5 100644
--- a/lib/component.client.moon
+++ b/lib/component.client.moon
@@ -102,7 +102,6 @@ class ReactiveElement
@node.style[k] = v
return
- print "setting attr #{attr}"
@node[attr] = value
append: (child, last) =>