Welcome! Please see the About page for a little more info on how this works.

0 votes
in ClojureScript by

`
(ns some.ns
(:import goog.fx.Transition.EventType

       goog.history.EventType))

`

Both classes are named {{EventType}} and the second will effectively remove the first one without warning or error.

3 Answers

0 votes
by

Comment made by: krherm

I would like to work on this issue.

0 votes
by

Comment made by: dnolen

Robin, go for it

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJS-1734 (reported by thheller)
...