remove the (very) old DateGraph symbol
authorDan Vanderkam <danvdk@gmail.com>
Thu, 29 Aug 2013 03:40:03 +0000 (23:40 -0400)
committerDan Vanderkam <danvdk@gmail.com>
Thu, 29 Aug 2013 03:40:03 +0000 (23:40 -0400)
dygraph.js

index 8f35794..892f2c9 100644 (file)
@@ -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;