fix interop

Former-commit-id: e2b8bcc424
This commit is contained in:
Adrian Tiberius 2016-05-25 04:55:44 +03:00
parent 7d47ab2d62
commit 67c8a63e26
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
(set! (.-translations js.I18n) (clj->js {:en en/translations}))
(defn t [path & options]
(.t js/I18n (name path) options))
(.t js/I18n (name path) (clj->js options)))
(comment
(defn deep-merge [& maps]