Skip to content

Instantly share code, notes, and snippets.

@gmoeck
Created January 10, 2011 16:21
Show Gist options
  • Save gmoeck/772975 to your computer and use it in GitHub Desktop.
Save gmoeck/772975 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); //ADDED THIS
} ;
function main() { Todos.main(); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment