Added mode, timeSystem, and deltas
Fixing tests Fixed broken tests Added tests Fixed style errors
This commit is contained in:
@@ -126,9 +126,12 @@ define(
|
||||
'off',
|
||||
'bounds',
|
||||
'timeSystem',
|
||||
'timeOfInterest'
|
||||
'timeOfInterest',
|
||||
'follow'
|
||||
]);
|
||||
|
||||
mockConductor.bounds.andReturn({});
|
||||
|
||||
controller = new PlotController(
|
||||
mockScope,
|
||||
mockElement,
|
||||
|
||||
Reference in New Issue
Block a user