From 3917feb664186924d5af3bf4152c763bb1f6a2d2 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 25 Jan 2016 18:32:32 +0200 Subject: [PATCH] Make shape types hierarchy as public. --- src/uxbox/shapes.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uxbox/shapes.cljs b/src/uxbox/shapes.cljs index 712281f94..19fa12392 100644 --- a/src/uxbox/shapes.cljs +++ b/src/uxbox/shapes.cljs @@ -7,7 +7,7 @@ ;; Types ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -(def ^:static ^:private +hierarchy+ +(def ^:static +hierarchy+ (as-> (make-hierarchy) $ (derive $ :builtin/icon ::shape) (derive $ :builtin/rect ::shape)