[Style] correct style

This commit is contained in:
Pete Richards 2017-05-16 17:26:29 -07:00
parent 0dc65f5dfb
commit f4df84bfa1
2 changed files with 1 additions and 2 deletions

View File

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

View File

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