Commit f0fdbb44 authored by Rob Stupay's avatar Rob Stupay

update to storage

parent 4c7c2cac
......@@ -28,6 +28,8 @@ function Storage (prefix) {
if (typeof window !== 'undefined') {
window.localStorage.removeItem(prefix + name)
return true
} else {
return true
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment