Changed the key name in local storage to conform to todomvc spec

This commit is contained in:
Stuart Mitchell 2015-03-10 12:16:58 +13:00
parent bf095b7dfe
commit 450c95eee6
1 changed files with 1 additions and 1 deletions

View File

@ -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
[]