Fixed spelling errors.
authorRobert Konigsberg <konigsberg@google.com>
Fri, 8 Oct 2010 15:02:50 +0000 (11:02 -0400)
committerRobert Konigsberg <konigsberg@google.com>
Fri, 8 Oct 2010 15:02:50 +0000 (11:02 -0400)
dygraph.js

index 958f94b..216753a 100644 (file)
@@ -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;