From 78f010b47eec65ffaa8d000fa46a67352e6067d6 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sun, 28 Aug 2016 14:53:25 +0300 Subject: [PATCH] Minor code reorg on util/mixins. --- src/uxbox/util/mixins.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uxbox/util/mixins.cljs b/src/uxbox/util/mixins.cljs index 7aae23296..272ab8d13 100644 --- a/src/uxbox/util/mixins.cljs +++ b/src/uxbox/util/mixins.cljs @@ -44,9 +44,9 @@ (def static rum/static) (def ref-node rum/ref-node) +(def dom-node rum/dom-node) (def react rum/react) (def reactive rum/reactive) -(def dom-node rum/dom-node) (def with-key rum/with-key) (def render-html server/render) (def render-static-html server/render-static)