Skip to content

Instantly share code, notes, and snippets.

@kcarriedo
Created August 15, 2010 15:20
Show Gist options
  • Select an option

  • Save kcarriedo/525602 to your computer and use it in GitHub Desktop.

Select an option

Save kcarriedo/525602 to your computer and use it in GitHub Desktop.
sc_require('models/task');
Todos.Task.FIXTURES = [
{ "guid": "task-1",
"description": "Build my first SproutCore app",
"isDone": false },
{ "guid": "task-2",
"description": "Build a really awesome SproutCore app",
"isDone": false },
{ "guid": "task-3",
"description": "Next, the world!",
"isDone": false }
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment