mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 06:08:11 +00:00
[Timeline] Run gulp fixstyle
This commit is contained in:
@ -32,7 +32,7 @@ define(
|
|||||||
|
|
||||||
beforeEach(function () {
|
beforeEach(function () {
|
||||||
testConfiguration = {
|
testConfiguration = {
|
||||||
levels: [ 1000, 2000, 3500 ],
|
levels: [1000, 2000, 3500],
|
||||||
width: 12321
|
width: 12321
|
||||||
};
|
};
|
||||||
mockScope = jasmine.createSpyObj("$scope", ['$watch']);
|
mockScope = jasmine.createSpyObj("$scope", ['$watch']);
|
||||||
|
Reference in New Issue
Block a user