We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90abb7b + 450c95e commit 3ff4625Copy full SHA for 3ff4625
examples/todomvc/src/todomvc/db.cljs
@@ -23,4 +23,4 @@
23
24
(defn todos->ls!
25
[todos]
26
- (.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 commit comments