Remove static mixin from lightbox component.

This facilitates code reloading and rerendering
on development mode.
This commit is contained in:
Andrey Antukh
2016-10-24 22:13:59 +02:00
parent 168c5b490c
commit 34e84fbd01

View File

@@ -66,4 +66,4 @@
:render lightbox-render
:will-mount lightbox-will-mount
:will-unmount lightbox-will-umount
:mixins [mx/reactive mx/static]}))
:mixins [mx/reactive]}))