crossOff             : function(task) {

    if(task.get('status') !== 'Complete') { return; }

    var that = this,