aboutsummaryrefslogtreecommitdiffstats
path: root/lib/component.client.moon
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2018-10-29 08:35:53 +0000
committers-ol <s-ol@users.noreply.github.com>2018-10-29 08:35:53 +0000
commit27d1cf641ce3bbfe96e6fe18f24dd46f95efbe5e (patch)
treeac703b9f84c1c8e4666d039a880a2af91c450c4a /lib/component.client.moon
parentmove duct_tape to lib (diff)
downloadmmm-27d1cf641ce3bbfe96e6fe18f24dd46f95efbe5e.tar.gz
mmm-27d1cf641ce3bbfe96e6fe18f24dd46f95efbe5e.zip
better conversion inverence for mmmfs
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) =>