diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-10-29 08:35:53 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-10-29 08:35:53 +0000 |
| commit | 27d1cf641ce3bbfe96e6fe18f24dd46f95efbe5e (patch) | |
| tree | ac703b9f84c1c8e4666d039a880a2af91c450c4a /lib/component.client.moon | |
| parent | move duct_tape to lib (diff) | |
| download | mmm-27d1cf641ce3bbfe96e6fe18f24dd46f95efbe5e.tar.gz mmm-27d1cf641ce3bbfe96e6fe18f24dd46f95efbe5e.zip | |
better conversion inverence for mmmfs
Diffstat (limited to 'lib/component.client.moon')
| -rw-r--r-- | lib/component.client.moon | 1 |
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) => |
