aboutsummaryrefslogtreecommitdiffstats
path: root/app/component.moon
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2018-08-27 12:38:51 +0000
committers-ol <s-ol@users.noreply.github.com>2018-08-27 12:46:33 +0000
commit3d702175142473cfa974c0b45b8d6aece6a680f0 (patch)
treedd9fa42941d66818dd4c2168e073a574ee6ccdc6 /app/component.moon
parentadd \transform to reactivevar (diff)
downloadmmm-3d702175142473cfa974c0b45b8d6aece6a680f0.tar.gz
mmm-3d702175142473cfa974c0b45b8d6aece6a680f0.zip
start adding references
Diffstat (limited to 'app/component.moon')
-rw-r--r--app/component.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/component.moon b/app/component.moon
index 4f1d0c0..6dd2999 100644
--- a/app/component.moon
+++ b/app/component.moon
@@ -122,6 +122,6 @@ with exports = {
}
add = (e) -> exports[e] = (...) -> ReactiveElement e, ...
- for e in *{'div', 'form', 'span', 'article', 'a', 'p', 'button', 'ul', 'li', 'i', 'b', 'u', 'tt'} do add e
+ for e in *{'div', 'form', 'span', 'article', 'a', 'p', 'button', 'ul', 'ol', 'li', 'i', 'b', 'u', 'tt'} do add e
for e in *{'br', 'img', 'input', 'p', 'textarea'} do add e
for i=1,8 do add "h" .. i