Add tests that break currently, but will pass when http://code.google.com/p/dygraphs...
[dygraphs.git] / plugins / base.js
1 // Namespace for plugins.
2 Dygraph.Plugins = {};
3
4 // TODO(danvk): move this into the top-level directory. Only plugins here.