From 64ae9ab86e83f892503ec3418fae1474ff475a30 Mon Sep 17 00:00:00 2001 From: Robert Konigsberg Date: Fri, 8 Oct 2010 11:02:50 -0400 Subject: [PATCH] Fixed spelling errors. --- dygraph.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dygraph.js b/dygraph.js index 958f94b..216753a 100644 --- a/dygraph.js +++ b/dygraph.js @@ -816,8 +816,8 @@ Dygraph.prototype.createDragInterface_ = function() { self.dateWindow_ = [minDate, maxDate]; - // y-axis scaling is automatic unless a valueRange is defiend or - // if the user zooms in on the y-axis. If neither is true, valueWindow + // y-axis scaling is automatic unless a valueRange is defined or + // if the user zooms in on the y-axis. If neither is true, valueWindow_ // will be null. if (self.valueWindow_) { var maxValue = draggingValue + (dragEndY / self.height_) * valueRange; -- 2.7.4