From: Dan Vanderkam Date: Thu, 29 Aug 2013 03:40:03 +0000 (-0400) Subject: remove the (very) old DateGraph symbol X-Git-Tag: v1.1.0~95 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;ds=sidebyside;h=71b561444779521a3675fed495fda80d81413fb5;p=dygraphs.git remove the (very) old DateGraph symbol --- diff --git a/dygraph.js b/dygraph.js index 8f35794..892f2c9 100644 --- a/dygraph.js +++ b/dygraph.js @@ -3629,6 +3629,3 @@ Dygraph.addAnnotationRule = function() { this.warn("Unable to add default annotation CSS rule; display may be off."); }; - -// Older pages may still use this name. -var DateGraph = Dygraph;