Undo previous stupidity

This commit is contained in:
Mike Thompson 2016-08-19 15:41:56 +10:00
parent 48faedb082
commit cd55814cdf
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
;; otherwise Dead Code Elimination won't happen in `:advanced` builds.
;; Type hints have been liberally sprinkled.
;; https://developers.google.com/closure/compiler/docs/js-for-compiler
(def ^boolean DEBUG? "@define {boolean}" ^boolean js/goog.DEBUG)
(def ^boolean debug-enabled? "@define {boolean}" ^boolean js/goog.DEBUG)
(defn ratom [x]
(reagent.core/atom x))