Make ratom-flush placeholder function a simple fn

This commit is contained in:
Dan Holmsand 2016-05-02 09:37:16 +02:00
parent 00bfb8ed01
commit 86b98dcdba
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
;; Set from ratom.cljs
(defonce ratom-flush identity)
(defonce ratom-flush (fn []))
(deftype RenderQueue [^:mutable ^boolean scheduled?]
Object