[Events] More style compliance

More small changes for style. #18.
This commit is contained in:
Sarah Hale 2015-06-23 15:09:34 -07:00
parent 7d3c2b7243
commit 5da210d350
3 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@
/** /**
* Module defining EventTelemetry. * Module defining EventTelemetry.
* Created by chacskaylo on 06/18/2015. * Created by chacskaylo on 06/18/2015.
* Modified by slhale on 06/23/2015. * Modified by shale on 06/23/2015.
*/ */
define( define(
[], [],

View File

@ -24,7 +24,7 @@
/** /**
* Module defining EventListController. * Module defining EventListController.
* Created by chacskaylo on 06/18/2015. * Created by chacskaylo on 06/18/2015.
* Modified by slhale on 06/23/2015. * Modified by shale on 06/23/2015.
*/ */
define( define(
["./DomainColumn", "./RangeColumn", "./EventListPopulator"], ["./DomainColumn", "./RangeColumn", "./EventListPopulator"],
@ -114,12 +114,12 @@ define(
if (Object.keys(rangeKeys).length < 1) { if (Object.keys(rangeKeys).length < 1) {
columns.push(new RangeColumn({name: "Message"}, formatter)); columns.push(new RangeColumn({name: "Message"}, formatter));
} }
// We have all columns now; use them to initializer // We have all columns now; use them to initializer
// the populator, which will use them to generate // the populator, which will use them to generate
// actual rows and headers. // actual rows and headers.
populator = new EventListPopulator(columns); populator = new EventListPopulator(columns);
// Initialize headers // Initialize headers
$scope.headers = populator.getHeaders(); $scope.headers = populator.getHeaders();

View File

@ -22,7 +22,7 @@
/*global define,Promise*/ /*global define,Promise*/
/** /**
* Module defining MCTDataTable. Created by slhale on 06/22/2015. * Module defining MCTDataTable. Created by shale on 06/22/2015.
*/ */
define( define(
[], [],