Add more entries to trigger translation table.

This commit is contained in:
Andrey Antukh 2016-07-11 00:54:58 +03:00
parent e021d074b1
commit 44960845e2
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -17,6 +17,10 @@
(case trigger
:click :on-click
:hover :on-hover
:doubleclick :on-double-click
:rightclick :on-context-menu
:mousein :on-mouse-enter
:mouseout :on-mouse-leave
(throw (ex-info "not supported at this moment" {:trigger trigger}))))
(defn- translate-ease