js: Add JSDoc to exported functions and fix incorrect JSDoc formatting
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1499>
This commit is contained in:

committed by
Florian Müllner

parent
4642a8541d
commit
64aa871a8a
@ -131,6 +131,10 @@ function _onPopup(actor, entry) {
|
||||
entry.menu.open(BoxPointer.PopupAnimation.FULL);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {St.Entry} entry
|
||||
* @param {*} params
|
||||
*/
|
||||
function addContextMenu(entry, params) {
|
||||
if (entry.menu)
|
||||
return;
|
||||
|
Reference in New Issue
Block a user