Deleted unnecessary line that was causing variable name collision that affected singl...
authorAnthony Robledo <antrob@google.com>
Wed, 20 Jul 2011 02:03:54 +0000 (22:03 -0400)
committerAnthony Robledo <antrob@google.com>
Wed, 20 Jul 2011 02:03:54 +0000 (22:03 -0400)
auto_tests/lib/JsTestDriver-1.3.2.jar [changed mode: 0644->0755]
dygraph-canvas.js

old mode 100644 (file)
new mode 100755 (executable)
index 4606dfb..85d1068 100644 (file)
@@ -756,7 +756,6 @@ DygraphCanvasRenderer.prototype._renderLineChart = function() {
 
     // setup graphics context
     context.save();
-    var point = this.layout.points[0];
     var pointSize = this.dygraph_.attr_("pointSize", setName);
     var prevX = null, prevY = null;
     var drawPoints = this.dygraph_.attr_("drawPoints", setName);