Changed the key name in local storage to conform to todomvc spec
This commit is contained in:
parent
bf095b7dfe
commit
450c95eee6
|
@ -10,7 +10,7 @@
|
|||
|
||||
;; -- Local Storage ----------------------------------------------------------
|
||||
|
||||
(def lsk "todos-key") ;; local store key
|
||||
(def lsk "todos-re-frame") ;; local store key
|
||||
|
||||
(defn ls->todos ;; read in todos from local storage
|
||||
[]
|
||||
|
|
Loading…
Reference in New Issue