Skip to content

Instantly share code, notes, and snippets.

@mushfiqweb
Created April 24, 2017 14:23
Show Gist options
  • Save mushfiqweb/085bd3f7bbd5781440bcd99030a6af50 to your computer and use it in GitHub Desktop.
Save mushfiqweb/085bd3f7bbd5781440bcd99030a6af50 to your computer and use it in GitHub Desktop.
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