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
@ -32,6 +32,7 @@ const MAX_VISIBLE_NETWORKS = 8;
|
||||
// small optimization, to avoid using [] all the time
|
||||
const NM80211Mode = NM['80211Mode'];
|
||||
|
||||
/** @enum {number} */
|
||||
var PortalHelperResult = {
|
||||
CANCELLED: 0,
|
||||
COMPLETED: 1,
|
||||
|
Reference in New Issue
Block a user