mount supports cljs now

Now that mount supports cljs now, there's no need to mention in the docs that it doesn't.
This commit is contained in:
Chris Kolodin 2016-11-21 20:20:39 -08:00 committed by GitHub
parent 5ec4017fdb
commit 353803b740

View file

@ -206,6 +206,6 @@ dev=> (graph/states-with-deps)
:deps #{"#'app.www/nyse-app" "#'app.conf/config"}})
```
But it does not draw :), and it currently only supports Clojure, not ClojureScript.
But it does not draw :)
###### _conclusion: needs more thinking._