mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-27 15:50:29 +00:00
Merge "MWGalleryItemWidget: Remove unnecessary event argument"
This commit is contained in:
commit
407bb951b8
|
@ -84,7 +84,7 @@ OO.mixinClass( ve.ui.MWGalleryItemWidget, OO.ui.mixin.TabIndexedElement );
|
|||
* @fires ve.ui.MWGalleryItemWidget#edit
|
||||
*/
|
||||
ve.ui.MWGalleryItemWidget.prototype.onItemClick = function () {
|
||||
this.emit( 'edit', this );
|
||||
this.emit( 'edit' );
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue