From 530acfe571bc88cb3596e11bfabfc75ff9bf982b Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 30 Sep 2016 23:38:42 +0200 Subject: [PATCH] Remove already implemented in bide impl for IPathRepr protocol. --- src/uxbox/main/ui.cljs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/uxbox/main/ui.cljs b/src/uxbox/main/ui.cljs index 1be71c3ae..5cbfb9141 100644 --- a/src/uxbox/main/ui.cljs +++ b/src/uxbox/main/ui.cljs @@ -156,13 +156,6 @@ ["/workspace/:project/:page" :workspace/page]]) -(extend-protocol bc/IPathRepr - nil - (-repr [it] "") - - cljs.core.Keyword - (-repr [it] (name it))) - ;; --- Main Entry Point (defn init-routes