mirror of
https://github.com/nasa/openmct.git
synced 2025-04-09 04:14:32 +00:00
[Events] Fixed comments
Fixed comments to refer to event lists correctly. #18.
This commit is contained in:
parent
21f4433d99
commit
10e47e6f48
@ -35,7 +35,7 @@ define(
|
||||
|
||||
/**
|
||||
* The EventListController is responsible for populating
|
||||
* the contents of the scrolling list view.
|
||||
* the contents of the event list view.
|
||||
* @constructor
|
||||
*/
|
||||
function EventListController($scope, formatter) {
|
||||
|
@ -28,7 +28,7 @@ define(
|
||||
|
||||
/**
|
||||
* The EventListPopulator is responsible for filling in the
|
||||
* values which should appear within columns of a scrolling list
|
||||
* values which should appear within columns of a event list
|
||||
* view, based on received telemetry data.
|
||||
* @constructor
|
||||
* @param {Column[]} columns the columns to be populated
|
||||
@ -124,7 +124,7 @@ define(
|
||||
});
|
||||
},
|
||||
/**
|
||||
* Get the contents of rows for the scrolling list view.
|
||||
* Get the contents of rows for the event list view.
|
||||
* @param {TelemetrySeries[]} datas the data sets
|
||||
* @param {DomainObject[]} objects the domain objects which
|
||||
* provided the data sets; these should match
|
||||
|
Loading…
x
Reference in New Issue
Block a user