[Timeline] Satisfy JSHint

This commit is contained in:
Victor Woeltjen
2016-05-25 12:37:03 -07:00
parent 536e2290b8
commit f9fd97230f
3 changed files with 1 additions and 12 deletions

View File

@@ -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) { idMap = domainObjects.reduce(function (map, domainObject, index) {
map[domainObject.getId()] = index + 1; map[domainObject.getId()] = index + 1;
return map; return map;

View File

@@ -19,11 +19,8 @@
* this source code distribution or the Licensing information page available * this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/
define([], function () { define([], function () {
"use strict";
/** /**
* A column showing utilization costs associated with activities. * A column showing utilization costs associated with activities.
* @constructor * @constructor

View File

@@ -23,7 +23,7 @@
define( define(
['../../src/actions/ModeColumn'], ['../../src/actions/ModeColumn'],
function (ModeColumn) { function (ModeColumn) {
var TEST_IDS = ['a', 'b', 'c', 'd', 'e', 'f'] var TEST_IDS = ['a', 'b', 'c', 'd', 'e', 'f'];
describe("ModeColumn", function () { describe("ModeColumn", function () {
var testIndex, var testIndex,