Fix malformed file
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
This commit is contained in:
parent
4734a4ee04
commit
b30d002efb
|
@ -2,5 +2,5 @@
|
|||
|
||||
(defonce viewable-item (atom nil))
|
||||
|
||||
(defn reset
|
||||
(reset! vieweable-item nil))
|
||||
(defn reset []
|
||||
(reset! viewable-item nil))
|
||||
|
|
Loading…
Reference in New Issue