remover excessive whitespace

This commit is contained in:
Mike Thompson 2016-06-14 22:45:57 +10:00
parent cc7683a39d
commit d03ef7bc7a
1 changed files with 0 additions and 2 deletions

View File

@ -36,13 +36,11 @@
;;
;; https://github.com/Day8/re-frame/wiki/Undo-&-Redo
(def undoable undo/undoable)
(def set-max-undos! undo/set-max-undos!)
(def set-undo-path! undo/set-undo-path!)
;; -- Logging -----
;; re-frame uses the logging functions: warn, log, error, group and groupEnd
;; By default, these functions map directly to the js/console implementations,