release
Etienne Lemay 2016-12-07 20:57:42 -05:00
parent 0295f673b1
commit 672a6a4dfc
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ function get(key) {
} }
} }
function setNamespace(namespace){ function setNamespace(namespace) {
NAMESPACE = namespace NAMESPACE = namespace
} }
export default { update, set, get, setNamespace } export default { update, set, get, setNamespace }