From: Robert Konigsberg Date: Fri, 8 Oct 2010 15:02:50 +0000 (-0400) Subject: Fixed spelling errors. X-Git-Tag: v1.0.0~613^2~7 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;ds=inline;h=64ae9ab86e83f892503ec3418fae1474ff475a30;p=dygraphs.git Fixed spelling errors. --- 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;