Merge pull request #1 from danvk/master
[dygraphs.git] / plugins / base.js
CommitLineData
0cd1ad15
DV
1/*global Dygraph:false */
2
e2c21500
DV
3// Namespace for plugins.
4Dygraph.Plugins = {};
5bd29cf4
DV
5
6// TODO(danvk): move this into the top-level directory. Only plugins here.