diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-10-29 08:37:40 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-10-29 08:40:08 +0000 |
| commit | e5491bc7fbd867812500c845db99b55b35db0666 (patch) | |
| tree | 7204730bc3cd99027a3104b315b6b3996bc794a4 /lib/component.client.moon | |
| parent | better conversion inverence for mmmfs (diff) | |
| download | mmm-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.moon | 1 |
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) => |
