Skip to content

Instantly share code, notes, and snippets.

@yelouafi
Last active August 29, 2015 14:26
Show Gist options
  • Save yelouafi/a72254f88465655d1228 to your computer and use it in GitHub Desktop.
Save yelouafi/a72254f88465655d1228 to your computer and use it in GitHub Desktop.
/*
model : {
counters: [{id: Number, counter: counter.model}],
nextID : Number
}
*/
const ADD = Symbol('add');
const UPDATE = Symbol('update counter');
const REMOVE = Symbol('remove');
const RESET = Symbol('reset');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment