Add next-tick as utility on core.cljs

This commit is contained in:
Dan Holmsand 2014-01-28 20:19:10 +01:00
parent e055fbad26
commit a91214e434
1 changed files with 3 additions and 0 deletions

View File

@ -123,6 +123,9 @@ re-rendered."
;; Utilities ;; Utilities
(defn next-tick [f]
(comp/next-tick f))
(defn partial (defn partial
"Works just like clojure.core/partial, except that it is an IFn, and "Works just like clojure.core/partial, except that it is an IFn, and
the result can be compared with =" the result can be compared with ="