mirror of https://github.com/status-im/reagent.git
Update ClojureScript version
This commit is contained in:
parent
f8ca11e767
commit
e1f9ae20c6
|
@ -3,10 +3,10 @@
|
|||
:url "http://github.com/holmsand/reagent"
|
||||
:license {:name "MIT"}
|
||||
:description "A simple ClojureScript interface to React"
|
||||
:dependencies [[org.clojure/clojure "1.5.1"]
|
||||
[org.clojure/clojurescript "0.0-2202"]]
|
||||
:dependencies [[org.clojure/clojure "1.6.0"]
|
||||
[org.clojure/clojurescript "0.0-2322"]]
|
||||
:plugins [[lein-cljsbuild "1.0.3"]
|
||||
[com.cemerick/clojurescript.test "0.3.0"]]
|
||||
[com.cemerick/clojurescript.test "0.3.1"]]
|
||||
:profiles {:dev {:source-paths ["src" "demo"]}
|
||||
:prod {:cljsbuild
|
||||
{:builds
|
||||
|
|
|
@ -94,8 +94,6 @@
|
|||
(do
|
||||
(assert (not (nil? ~f))
|
||||
~(str "undefined fn: " f))
|
||||
;; (assert (identical? ~f ~(symbol fns (name f)))
|
||||
;; ~(str "Not in a namespace: " f))
|
||||
(let [old# (aget ~f "-fvar")
|
||||
v# (if (not (nil? old#))
|
||||
old#
|
||||
|
|
Loading…
Reference in New Issue