Skip to content

Commit

Permalink
💄
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneLem committed Dec 8, 2016
1 parent 0295f67 commit 672a6a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/store.js
Expand Up @@ -24,8 +24,8 @@ function get(key) {
}
}

function setNamespace(namespace){
NAMESPACE = namespace
function setNamespace(namespace) {
NAMESPACE = namespace
}

export default { update, set, get, setNamespace }

0 comments on commit 672a6a4

Please sign in to comment.