nearly all lint errors gone; closure compiler still happy
[dygraphs.git] / plugins / base.js
1 /*global Dygraph:false */
2
3 // Namespace for plugins.
4 Dygraph.Plugins = {};
5
6 // TODO(danvk): move this into the top-level directory. Only plugins here.