mirror of
https://github.com/nasa/openmct.git
synced 2025-06-21 08:39:59 +00:00
[Events] Fixed comments
Fixed comments to refer to event lists correctly. #18.
This commit is contained in:
@ -35,7 +35,7 @@ define(
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The EventListController is responsible for populating
|
* The EventListController is responsible for populating
|
||||||
* the contents of the scrolling list view.
|
* the contents of the event list view.
|
||||||
* @constructor
|
* @constructor
|
||||||
*/
|
*/
|
||||||
function EventListController($scope, formatter) {
|
function EventListController($scope, formatter) {
|
||||||
|
@ -28,7 +28,7 @@ define(
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The EventListPopulator is responsible for filling in the
|
* 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.
|
* view, based on received telemetry data.
|
||||||
* @constructor
|
* @constructor
|
||||||
* @param {Column[]} columns the columns to be populated
|
* @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 {TelemetrySeries[]} datas the data sets
|
||||||
* @param {DomainObject[]} objects the domain objects which
|
* @param {DomainObject[]} objects the domain objects which
|
||||||
* provided the data sets; these should match
|
* provided the data sets; these should match
|
||||||
|
Reference in New Issue
Block a user