From d9bec06b2f0b0e9a34eb34366483f135056f40d8 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 21 Jan 2016 00:13:03 +0200 Subject: [PATCH] Add todo comment. --- src/uxbox/data/workspace.cljs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/uxbox/data/workspace.cljs b/src/uxbox/data/workspace.cljs index 823ed6d167..41909e9660 100644 --- a/src/uxbox/data/workspace.cljs +++ b/src/uxbox/data/workspace.cljs @@ -225,6 +225,7 @@ (when x {:x x}) (when y {:y y}))))) +;; TODO: rename fill to "color" for consistency. (defn update-shape-fill [sid {:keys [fill opacity] :as opts}] (sc/validate! +shape-update-fill-schema+ opts)