OO.ui.BookletLayout.prototype.onOutlineSelectWidgetSelect = function ( item ) {
    if ( item ) {
        this.setPage( item.getData() );
    }
};