Skip to content

Instantly share code, notes, and snippets.

@marlun
Created December 12, 2010 20:00
Show Gist options
  • Save marlun/738288 to your computer and use it in GitHub Desktop.
Save marlun/738288 to your computer and use it in GitHub Desktop.
openProject: function(project) {
project.tasks.fetch({'success': function (tasks) {
mud.app.workspace.taskList.tasks.refresh(tasks.models);
}});
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment