[Plot] Update failing specs

Update failing specs for changes related to fixed duration
plots, WTD-1273.
This commit is contained in:
Victor Woeltjen
2015-06-23 14:17:28 -07:00
parent e5b0af47e1
commit d6a31dcef3
4 changed files with 19 additions and 17 deletions

View File

@@ -297,7 +297,7 @@ define(
subPlotBounds = $event.target.getBoundingClientRect();
mousePosition = toMousePosition($event);
// Treat any modifier key as a pan
if (event.altKey || event.shiftKey || event.ctrlKey) {
if ($event.altKey || $event.shiftKey || $event.ctrlKey) {
// Start panning
panStart = mousePosition;
panStartBounds = panZoomStack.getPanZoom();