Merge pull request #2 from witsa/master
[dygraphs.git] / plugins / base.js
index 5ae917d..f5e6216 100644 (file)
@@ -1,2 +1,6 @@
+/*global Dygraph:false */
+
 // Namespace for plugins.
 Dygraph.Plugins = {};
+
+// TODO(danvk): move this into the top-level directory. Only plugins here.