From 188c25c9531586b5b0bfac013fdfe6cb46d5ec1a Mon Sep 17 00:00:00 2001 From: mike-thompson-day8 Date: Mon, 9 Mar 2015 16:38:14 +1100 Subject: [PATCH] Improve TodoMVC comment --- examples/todomvc/src/todomvc/db.cljs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/todomvc/src/todomvc/db.cljs b/examples/todomvc/src/todomvc/db.cljs index fa47d12..729b57a 100644 --- a/examples/todomvc/src/todomvc/db.cljs +++ b/examples/todomvc/src/todomvc/db.cljs @@ -14,8 +14,7 @@ (def lsk "todos-reframe") ;; local store key (defn ls->todos - "Read in a map of todos from local storage, and process into a - sorted-map, suitable for merging into app-db." + "Read in todos from LS, and process into a form we can merge into app-db." [] (some->> (.getItem js/localStorage lsk) (cljs.reader/read-string)