update to storage

pull/7/head
Rob Stupay 7 years ago
parent 4c7c2cacd4
commit f0fdbb44b5
  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