Remove obsolete usage of reader macro #ux/tr.

This commit is contained in:
Andrey Antukh 2016-04-14 21:39:50 +03:00
parent 48171bbecc
commit debc68661a
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
7 changed files with 14 additions and 29 deletions

View file

@ -1,8 +1,4 @@
(require '[cljs.build.api :as b]
'[cljs.tagged-literals])
(alter-var-root #'cljs.tagged-literals/*cljs-data-readers*
assoc 'ux/tr (fn [v] `(uxbox.locales/tr ~v)))
(require '[cljs.build.api :as b])
(println "Building ...")