From f4df84bfa115002e099aefbb0aede2b9061bdfaf Mon Sep 17 00:00:00 2001 From: Pete Richards Date: Tue, 16 May 2017 17:26:29 -0700 Subject: [PATCH] [Style] correct style --- .../features/conductor/core/src/ui/TimeConductorController.js | 1 - src/api/time/TimeAPISpec.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/platform/features/conductor/core/src/ui/TimeConductorController.js b/platform/features/conductor/core/src/ui/TimeConductorController.js index 0d339fe3e2..9233cebdb0 100644 --- a/platform/features/conductor/core/src/ui/TimeConductorController.js +++ b/platform/features/conductor/core/src/ui/TimeConductorController.js @@ -19,7 +19,6 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ -/* global console*/ define( [ diff --git a/src/api/time/TimeAPISpec.js b/src/api/time/TimeAPISpec.js index 6efbbfd490..a786dcaaf3 100644 --- a/src/api/time/TimeAPISpec.js +++ b/src/api/time/TimeAPISpec.js @@ -94,7 +94,7 @@ define(['./TimeAPI'], function (TimeAPI) { it("allows setting of timesystem without bounds with clock", function () { api.addTimeSystem(timeSystem); api.addClock(clock); - api.clock(clockKey, {start: 0, end: 1}) + api.clock(clockKey, {start: 0, end: 1}); expect(api.timeSystem()).not.toBe(timeSystem); expect(function () { api.timeSystem(timeSystemKey);