Fix some deprecation warnings.

This commit is contained in:
Andrey Antukh 2016-12-18 21:27:48 +01:00
parent 187612ed2d
commit 32041b9596
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
;; --- State
(defonce drawing-stoper (rx/bus))
(defonce drawing-stoper (rx/subject))
(defonce drawing-shape (atom nil))
(defonce drawing-position (atom nil))