Disabled diffing by default before pushing snapshot to Clojars.

This commit is contained in:
Aaron Craelius 2014-12-12 20:17:12 -05:00
parent 1244351e82
commit 0b6bf58f94

View file

@ -543,7 +543,7 @@
(defn- text-node? [dom-node]
(identical? (.-nodeType dom-node) 3))
(def enable-diffing true)
(def enable-diffing false)
(defn- register-element-with-parent [parent new-elem]
(when-not (text-node? new-elem)