Adding lines in doc comments

Change-Id: Ie9a8ae32b4fdf476ad607f805c91357d824474a4
This commit is contained in:
WMDE-Fisch 2022-07-01 16:25:40 +02:00
parent 1653815e8c
commit 4371c4fde2

View file

@ -89,22 +89,26 @@ OO.mixinClass( ve.ui.MWTransclusionOutlineControlsWidget, OO.ui.mixin.GroupEleme
/**
* Emitted when the "Add template" button in the toolbar is clicked
*
* @event addTemplate
*/
/**
* Emitted when the "Add wikitext" button in the toolbar is clicked
*
* @event addWikitext
*/
/**
* Emitted when one of the two "Move item up/down" buttons in the toolbar is clicked
*
* @event move
* @param {number} places Number of places to move, typically -1 or 1
*/
/**
* Emitted when the "Remove item" button in the toolbar is clicked
*
* @event remove
*/