Last active
September 19, 2015 12:06
-
-
Save arqex/2fdfdb3fde094c4803d7 to your computer and use it in GitHub Desktop.
todomvc-store.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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