update setVisibility to be able to set the visibility of multiple series at once
[dygraphs.git] / dygraph-internal.externs.js
index 90d0d6d..2108fce 100644 (file)
@@ -1,26 +1,6 @@
-/**
- * @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) {};
+// This file:
+// - declares symbols that are provided outisde of dygraphs
+// - defines custom types used internally
 
 
 /**