Merge "MWReferenceGroupInputWidget: Remove dummy call to onInputChange()"

This commit is contained in:
jenkins-bot 2014-11-03 22:09:44 +00:00 committed by Gerrit Code Review
commit aab271f6e7

View file

@ -55,6 +55,5 @@ ve.ui.MWReferenceGroupInputWidget.prototype.populateMenu = function ( internalLi
}
}
) ), 0 );
this.onInputChange( this.input.getValue() );
this.menu.toggle( false );
};