Added mode, timeSystem, and deltas

Fixing tests

Fixed broken tests

Added tests

Fixed style errors
This commit is contained in:
Henry
2016-11-11 10:18:50 -08:00
committed by Pete Richards
parent efed5f68af
commit eaae401d16
5 changed files with 280 additions and 52 deletions

View File

@ -126,9 +126,12 @@ define(
'off',
'bounds',
'timeSystem',
'timeOfInterest'
'timeOfInterest',
'follow'
]);
mockConductor.bounds.andReturn({});
controller = new PlotController(
mockScope,
mockElement,