[Events] Fixed comments

Fixed comments to refer to event lists
correctly. #18.
This commit is contained in:
Sarah Hale
2015-06-24 13:14:19 -07:00
parent 21f4433d99
commit 10e47e6f48
2 changed files with 3 additions and 3 deletions

View File

@ -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) {

View File

@ -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