mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 17:33:23 +00:00
[Timeline] Satisfy JSHint
This commit is contained in:
parent
536e2290b8
commit
f9fd97230f
@ -85,14 +85,6 @@ define([
|
||||
}
|
||||
}
|
||||
|
||||
function addCostProperties(costCapability) {
|
||||
costCapability.resources().forEach(function (key) {
|
||||
if (costKeys.indexOf(key) === -1) {
|
||||
costKeys.push(key);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
idMap = domainObjects.reduce(function (map, domainObject, index) {
|
||||
map[domainObject.getId()] = index + 1;
|
||||
return map;
|
||||
|
@ -19,11 +19,8 @@
|
||||
* this source code distribution or the Licensing information page available
|
||||
* at runtime from the About dialog for additional information.
|
||||
*****************************************************************************/
|
||||
/*global define*/
|
||||
|
||||
define([], function () {
|
||||
"use strict";
|
||||
|
||||
/**
|
||||
* A column showing utilization costs associated with activities.
|
||||
* @constructor
|
||||
|
@ -23,7 +23,7 @@
|
||||
define(
|
||||
['../../src/actions/ModeColumn'],
|
||||
function (ModeColumn) {
|
||||
var TEST_IDS = ['a', 'b', 'c', 'd', 'e', 'f']
|
||||
var TEST_IDS = ['a', 'b', 'c', 'd', 'e', 'f'];
|
||||
|
||||
describe("ModeColumn", function () {
|
||||
var testIndex,
|
||||
|
Loading…
x
Reference in New Issue
Block a user