mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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:
parent
4642a8541d
commit
64aa871a8a
56 changed files with 623 additions and 280 deletions
|
|
@ -206,6 +206,10 @@ class AppFavorites extends Signals.EventEmitter {
|
|||
}
|
||||
|
||||
var appFavoritesInstance = null;
|
||||
|
||||
/**
|
||||
* @returns {AppFavorites}
|
||||
*/
|
||||
function getAppFavorites() {
|
||||
if (appFavoritesInstance == null)
|
||||
appFavoritesInstance = new AppFavorites();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue