1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 18:56:22 +00:00

Debug: Planet 削除エラー

This commit is contained in:
Rokt33r
2015-07-29 01:40:21 +09:00
parent e88c197f86
commit a79cbb2d5c
2 changed files with 3 additions and 2 deletions

View File

@@ -96,7 +96,7 @@ var PlanetStore = Reflux.createStore({
}
var planet = res.body
localStorage.remove('planet-' + planet.id)
localStorage.removeItem('planet-' + planet.id)
this.trigger({
status: 'planetDeleted',