update to storage

pull/3094/head
Rob Stupay 7 years ago
parent e3a372d8bf
commit 05c92332d3
  1. 2
      remix-lib/src/storage.js

@ -28,6 +28,8 @@ function Storage (prefix) {
if (typeof window !== 'undefined') {
window.localStorage.removeItem(prefix + name)
return true
} else {
return true
}
}

Loading…
Cancel
Save