ClojureScript compiler prepends "self__" to defmulti forms when metadata in form of ^:field.
Description
Environment
Mac OS X (10.7), java version "1.6.0_37", leiningen 2 preview 10, cljsbuild 0.2.9.
clojure/clojurescript master 01 December 2012 - 5ac1503
Activity
Show:
Using the def form, with the specific metadata ^:field causes the cljs compiler
to prepend "self__" to the output js form.
The browser (latest chrome/firefox) does not recognize "self__".
https://gist.github.com/4185793