update setVisibility to be able to set the visibility of multiple series at once
[dygraphs.git] / dygraph-internal.externs.js
index 92e5cc3..2108fce 100644 (file)
@@ -1,31 +1,7 @@
 // This file:
-// - declares symbols that are provided outisde of dygraphs (e.g. by excanvas)
+// - declares symbols that are provided outisde of dygraphs
 // - defines custom types used internally
 
-/**
- * @param {Object} dict
- * @return {!Array.<string>}
- */
-function printStackTrace(dict) {}
-
-
-/**
- * @constructor
- */
-function G_vmlCanvasManager() {}
-
-/**
- * @param {!HTMLCanvasElement} canvas
- */
-G_vmlCanvasManager.initElement = function(canvas) {};
-
-// For IE
-/**
- * @param {string} type
- * @param {Object} fn
- */
-Element.prototype.detachEvent = function(type, fn) {};
-
 
 /**
  * @typedef {function(