On Mon, Aug 6, 2012 at 10:44 AM, Alexander Solovyov <[email protected]> wrote: > I have a simple protocol Map here: > https://github.com/piranha/cj-locations/blob/master/src/map.cljs > > And an implementation of it here (I tried with extend-type as well): > https://github.com/piranha/cj-locations/blob/master/src/google.cljs
Ok, I figured out (well, not I, but m0smith from #clojure): protocols should be imported using :require :as, rather than :use :only. -- Alexander -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
