$(document).off('backbutton').on('backbutton', function(){
      this.mediator.publish('transition', 'Home');
    }.bind(this));