[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.
* Created by chacskaylo on 06/18/2015.
* Modified by slhale on 06/23/2015.
* Modified by shale on 06/23/2015.
*/
define(
[],

View File

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

View File

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