reagent/test
Jacob Maine 6302c8ecd6 Make multimethods work as component functions.
This is actually a bug in ClojureScript
(http://dev.clojure.org/jira/browse/CLJS-777).  In regular Clojure a
`MultiFn` is `ifn?`, but in ClojureScript it wasn't.  The bug is now
fixed
(525154f2a4)
but not yet released.

This code can be reverted after Reagent's ClojureScript version is
updated.
2014-03-03 17:55:40 +02:00
..
runtests.cljs Fix test-running under advanced compilation 2014-01-25 17:02:58 +01:00
simpletest.cljs Initial version 2013-12-16 23:19:36 +01:00
testcloact.cljs Make multimethods work as component functions. 2014-03-03 17:55:40 +02:00
testratom.cljs Render without allocating ratom unless necessary 2014-02-10 15:29:38 +01:00