Skip to content

Commit

Permalink
Changed the key name in local storage to conform to todomvc spec
Browse files Browse the repository at this point in the history
  • Loading branch information
stumitchell committed Mar 9, 2015
1 parent bf095b7 commit 450c95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/todomvc/src/todomvc/db.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[]
Expand Down

0 comments on commit 450c95e

Please sign in to comment.