Skip to content

Instantly share code, notes, and snippets.

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