From 30ae7a4deb75bee598f3c8cc9ef0b336c711864e Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 10 Jan 2017 21:12:43 +0100 Subject: [PATCH] Fix reference to undefined spec. --- frontend/src/uxbox/main/data/shapes.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/uxbox/main/data/shapes.cljs b/frontend/src/uxbox/main/data/shapes.cljs index bc4afbbc6b..d47850377f 100644 --- a/frontend/src/uxbox/main/data/shapes.cljs +++ b/frontend/src/uxbox/main/data/shapes.cljs @@ -649,7 +649,7 @@ (defn update-selected-shapes-attrs [attrs] - {:pre [(us/valid? ::shape-attrs attrs)]} + {:pre [(us/valid? ::attributes attrs)]} (UpdateSelectedShapesAttrs. attrs)) ;; --- Move Selected Layer