mirror of
https://github.com/nasa/openmct.git
synced 2025-06-22 09:08:43 +00:00
[JSDoc] Add annotations
Bulk-add JSDoc annotations, WTD-1482.
This commit is contained in:
@ -34,6 +34,7 @@ define(
|
||||
/**
|
||||
* The ScrollingListController is responsible for populating
|
||||
* the contents of the scrolling list view.
|
||||
* @memberof platform/features/scrolling
|
||||
* @constructor
|
||||
*/
|
||||
function ScrollingListController($scope, formatter) {
|
||||
@ -130,3 +131,4 @@ define(
|
||||
return ScrollingListController;
|
||||
}
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user