[Style] correct style
This commit is contained in:
@@ -19,7 +19,6 @@
|
|||||||
* 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 console*/
|
|
||||||
|
|
||||||
define(
|
define(
|
||||||
[
|
[
|
||||||
|
|||||||
@@ -94,7 +94,7 @@ define(['./TimeAPI'], function (TimeAPI) {
|
|||||||
it("allows setting of timesystem without bounds with clock", function () {
|
it("allows setting of timesystem without bounds with clock", function () {
|
||||||
api.addTimeSystem(timeSystem);
|
api.addTimeSystem(timeSystem);
|
||||||
api.addClock(clock);
|
api.addClock(clock);
|
||||||
api.clock(clockKey, {start: 0, end: 1})
|
api.clock(clockKey, {start: 0, end: 1});
|
||||||
expect(api.timeSystem()).not.toBe(timeSystem);
|
expect(api.timeSystem()).not.toBe(timeSystem);
|
||||||
expect(function () {
|
expect(function () {
|
||||||
api.timeSystem(timeSystemKey);
|
api.timeSystem(timeSystemKey);
|
||||||
|
|||||||
Reference in New Issue
Block a user