From 66e70394d0545bc62b7e400be2056c952a83e85a Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 26 Sep 2016 22:15:42 +0300 Subject: [PATCH] Cosmetic changes on library ns. --- src/uxbox/main/library.cljs | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/src/uxbox/main/library.cljs b/src/uxbox/main/library.cljs index 4837f23e7d..f34ebf8359 100644 --- a/src/uxbox/main/library.cljs +++ b/src/uxbox/main/library.cljs @@ -12,9 +12,7 @@ [uxbox.main.library.fonts :as fonts] [uxbox.util.data :refer (index-by-id)])) -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; Colors -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; --- Colors (def +color-collections+ colors/+collections+) @@ -22,9 +20,7 @@ (def +color-collections-by-id+ (index-by-id colors/+collections+)) -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; Icons -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; --- Icons (def +icon-collections+ icons/+collections+) @@ -32,9 +28,7 @@ (def +icon-collections-by-id+ (index-by-id icons/+collections+)) -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; Images -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; --- Images (def +image-collections+ images/+collections+) @@ -42,9 +36,7 @@ (def +image-collections-by-id+ (index-by-id images/+collections+)) -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; Fonts -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; --- Fonts (def +fonts+ fonts/+collections+)