OO.ui.IndexLayout.prototype.onTabSelectWidgetSelect = function ( item ) {
    if ( item ) {
        this.setTabPanel( item.getData() );
    }
};