From 213cf60eb0b9c152945b6bd87f0317daa852df82 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sat, 2 Jan 2016 17:34:10 +0200 Subject: [PATCH] Minor cosmetic fixes. --- frontend/uxbox/shapes.cljs | 3 +-- frontend/uxbox/ui/workspace/base.cljs | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/frontend/uxbox/shapes.cljs b/frontend/uxbox/shapes.cljs index e5a47210ba..1c55d8f44f 100644 --- a/frontend/uxbox/shapes.cljs +++ b/frontend/uxbox/shapes.cljs @@ -62,8 +62,7 @@ (merge $ attrs) (transform-attrs $))] (html - [:svg (merge attrs {:key (str id)}) - data]))) + [:svg (merge attrs {:key (str id)}) data]))) (defmethod -render :builtin/icon-svg [{:keys [image id] :as shape} attrs] diff --git a/frontend/uxbox/ui/workspace/base.cljs b/frontend/uxbox/ui/workspace/base.cljs index b308d6b1f3..66a1a4c52e 100644 --- a/frontend/uxbox/ui/workspace/base.cljs +++ b/frontend/uxbox/ui/workspace/base.cljs @@ -141,8 +141,6 @@ ;; Materialized views (defonce mouse-position (rx/to-atom (rx/sample 50 mouse-s))) -;; (defonce mouse-position2 (rx/to-atom mouse-s)) - (defn- mouse-mixin-did-mount [own]