[Timeline] Run gulp fixstyle

This commit is contained in:
Victor Woeltjen 2016-05-24 12:37:10 -07:00
parent 16d20eabd2
commit 362248a02e

View File

@ -32,7 +32,7 @@ define(
beforeEach(function () {
testConfiguration = {
levels: [ 1000, 2000, 3500 ],
levels: [1000, 2000, 3500],
width: 12321
};
mockScope = jasmine.createSpyObj("$scope", ['$watch']);