Skip to content

Commit 3ff4625

Browse files
Merge branch 'master' of https://github.com/Day8/re-frame
Conflicts: examples/todomvc/src/todomvc/db.cljs
2 parents 90abb7b + 450c95e commit 3ff4625

File tree

1 file changed

+1
-1
lines changed
  • examples/todomvc/src/todomvc

1 file changed

+1
-1
lines changed

examples/todomvc/src/todomvc/db.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323

2424
(defn todos->ls!
2525
[todos]
26-
(.setItem js/localStorage lsk (str todos))) ;; sorted-map writen as a map
26+
(.setItem js/localStorage lsk (str todos))) ;; sorted-map writen as a map

0 commit comments

Comments
 (0)