Fixed IE9.
This commit is contained in:
parent
a24c632cbf
commit
f83263061d
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class _Singleton
|
||||||
|
|
||||||
# delete item
|
# delete item
|
||||||
delete: (key) ->
|
delete: (key) ->
|
||||||
@store.delete key
|
delete @store[key]
|
||||||
return if !@support
|
return if !@support
|
||||||
localStorage.removeItem( key )
|
localStorage.removeItem( key )
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue