Skip to content

Instantly share code, notes, and snippets.

@gmoeck
Created January 10, 2011 16:27
Show Gist options
  • Save gmoeck/772988 to your computer and use it in GitHub Desktop.
Save gmoeck/772988 to your computer and use it in GitHub Desktop.
Todos.main = function main() {
Todos.getPath('mainPage.mainPane').append() ;
var tasks = Todos.store.find(Todos.Task);
Todos.tasksController.set('content', tasks); //ADDED THIS
};
function main() { Todos.main(); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment