cleaned out startAfter function

pull/263/head
Justin Richer 2012-11-15 12:18:47 -05:00
parent 845c11ad3a
commit f4605ef2fc
1 changed files with 4 additions and 13 deletions

View File

@ -803,7 +803,10 @@
this.breadCrumbView.render();
//this.startAfter([this.clientList, this.whiteListList]);
//
// Several items depend on the clients and whitelists being loaded, so we're going to pre-fetch them here
// and not start the app router until they're loaded.
//
// load things in the right order:
@ -822,18 +825,6 @@
},
/*
startAfter:function (collections) {
// Start history when required collections are loaded
var start = _.after(collections.length, _.once(function () {
}));
_.each(collections, function (collection) {
collection.bind('reset', start, Backbone.history);
});
},
*/
listClients:function () {
this.breadCrumbView.collection.reset();