next-tick moved as well

This commit is contained in:
Dan Holmsand 2014-02-11 15:52:16 +01:00
parent 6eb6b482f5
commit 0b5f8c423e
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ re-rendered."
(defn next-tick
"Run f using requestAnimationFrame or equivalent."
[f]
(util/next-tick f))
(batch/next-tick f))
(defn partial
"Works just like clojure.core/partial, except that it is an IFn, and