Skip to content

Instantly share code, notes, and snippets.

@lefnire
Last active December 14, 2015 09:08
Show Gist options
  • Save lefnire/5062344 to your computer and use it in GitHub Desktop.
Save lefnire/5062344 to your computer and use it in GitHub Desktop.
defaultTasks = [
{type: 'habit', text: '', notes: '', value: 0, up: true, down: false }
{type: 'daily', text: '', notes: '', value: 0, completed: false }
{type: 'todo', text: '', notes: "", value: -3, completed: false }
{type: 'reward', text: '', notes: '', value: 20 }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment