aboutsummaryrefslogtreecommitdiffstats
path: root/lib/component.client.moon
diff options
context:
space:
mode:
Diffstat (limited to 'lib/component.client.moon')
-rw-r--r--lib/component.client.moon1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/component.client.moon b/lib/component.client.moon
index 617deb5..af0b38a 100644
--- a/lib/component.client.moon
+++ b/lib/component.client.moon
@@ -102,6 +102,7 @@ class ReactiveElement
@node.style[k] = v
return
+ print "setting attr #{attr}"
@node[attr] = value
append: (child, last) =>