Accessing "this" In Clojurescript
Is there a way to access the 'this' object in clojurescript? I am having issues with event propagation when I wrap an icon with an anchor and try to attach a handlder to the anchor
Solution 1:
Use ClojureScript's this-as
macro: https://github.com/clojure/clojurescript/commit/09ff093dc86b455e3090ce3612c5e01f3b5bada6.
Post a Comment for "Accessing "this" In Clojurescript"