Skip to content

Instantly share code, notes, and snippets.

@yelouafi
Last active August 29, 2015 14:26
Show Gist options
  • Save yelouafi/1b71f0ea277f321d6e8d to your computer and use it in GitHub Desktop.
Save yelouafi/1b71f0ea277f321d6e8d to your computer and use it in GitHub Desktop.
//{ first : counter.model, second : counter.model }
const RESET = Symbol('reset');
const UPDATE_FIRST = Symbol('update first');
const UPDATE_SECOND = Symbol('update second');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment