Merge "ve.ui.MWParameterPage: Remove non-working 'focus' handler"

This commit is contained in:
jenkins-bot 2016-05-10 21:50:47 +00:00 committed by Gerrit Code Review
commit b5e4d51273

View file

@ -105,8 +105,7 @@ ve.ui.MWParameterPage = function VeUiMWParameterPage( parameter, name, config )
);
this.$more
.addClass( 've-ui-mwParameterPage-more' )
.append( this.addButton.$element )
.focus( this.onAddButtonFocus.bind( this ) );
.append( this.addButton.$element );
this.$element
.addClass( 've-ui-mwParameterPage' )
.append( this.$info, this.$field, this.$actions, this.$more );