Skip to content

Instantly share code, notes, and snippets.

@Caballerog
Created October 9, 2019 20:32
Show Gist options
  • Save Caballerog/201c52c297e015566040b2ea2b6e57a7 to your computer and use it in GitHub Desktop.
Save Caballerog/201c52c297e015566040b2ea2b6e57a7 to your computer and use it in GitHub Desktop.
bindUserListChanged(callback) {
this.onUserListChanged = callback;
}
_commit(users) {
this.onUserListChanged(users);
localStorage.setItem('users', JSON.stringify(users));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment