Update dygraph-internal.externs.js
authorsavvopoulos <savvopoulos@gmail.com>
Mon, 10 Nov 2014 19:24:26 +0000 (20:24 +0100)
committersavvopoulos <savvopoulos@gmail.com>
Mon, 10 Nov 2014 19:24:26 +0000 (20:24 +0100)
detachEvent takes a function not an object (as the param name suggests). This can create compile conflicts.

dygraph-internal.externs.js

index dabfa10..470bdd7 100644 (file)
@@ -16,7 +16,7 @@ G_vmlCanvasManager.initElement = function(canvas) {};
 // For IE
 /**
  * @param {string} type
- * @param {Object} fn
+ * @param {Function} fn
  */
 Element.prototype.detachEvent = function(type, fn) {};