Open sgrove opened 9 years ago
Right now it's in a (let [local-storage-name (str "dato_save_state_" slot-idx)] ...), which is bothersome if you have multiple Dato apps
(let [local-storage-name (str "dato_save_state_" slot-idx)] ...)
Right now it's in a
(let [local-storage-name (str "dato_save_state_" slot-idx)] ...)
, which is bothersome if you have multiple Dato apps