From e6f7144ae5645d533c3e0344424def9ed79036b7 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Thu, 5 Jul 2012 19:51:57 -0700 Subject: [PATCH] a bit more annotations cleanup --- dygraph-canvas.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/dygraph-canvas.js b/dygraph-canvas.js index 0d14ee7..8c44f56 100644 --- a/dygraph-canvas.js +++ b/dygraph-canvas.js @@ -64,7 +64,6 @@ var DygraphCanvasRenderer = function(dygraph, element, elementContext, layout) { // internal state this.xlabels = []; this.ylabels = []; - this.annotations = []; this.area = layout.getPlotArea(); this.container.style.position = "relative"; @@ -132,11 +131,9 @@ DygraphCanvasRenderer.prototype.clear = function() { removeArray(this.xlabels); removeArray(this.ylabels); - removeArray(this.annotations); this.xlabels = []; this.ylabels = []; - this.annotations = []; }; /** -- 2.7.4