Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Day8/re-frame
Browse files Browse the repository at this point in the history
Conflicts:
	examples/todomvc/src/todomvc/db.cljs
  • Loading branch information
mike-thompson-day8 committed Apr 15, 2015
2 parents 90abb7b + 450c95e commit 3ff4625
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 @@ -23,4 +23,4 @@

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

0 comments on commit 3ff4625

Please sign in to comment.