Skip to content

Instantly share code, notes, and snippets.

@arqex
Last active September 19, 2015 12:06
Show Gist options
  • Save arqex/2fdfdb3fde094c4803d7 to your computer and use it in GitHub Desktop.
Save arqex/2fdfdb3fde094c4803d7 to your computer and use it in GitHub Desktop.
todomvc-store.js
var freezer = new Freezer({
todos: [],
todoInput: '',
status: 'ready',
filter: 'all'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment