[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) {
map[domainObject.getId()] = index + 1;
return map;

View File

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

View File

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