Merge "Fix typo in MWMediaDialog"

This commit is contained in:
jenkins-bot 2015-10-07 18:38:09 +00:00 committed by Gerrit Code Review
commit df8d63c66b

View file

@ -809,7 +809,7 @@ ve.ui.MWMediaDialog.prototype.getLicenseIcon = function ( license ) {
* @param {ve.ui.MWMediaResultWidget} item Chosen item
*/
ve.ui.MWMediaDialog.prototype.onSearchResultsChoose = function ( item ) {
this.chooseImageInfo( item.getData );
this.chooseImageInfo( item.getData() );
};
/**