Merge branch 'release-1.0.0' of github.com:danvk/dygraphs into release-1.0.0
[dygraphs.git] / dygraph-plugin-base.js
CommitLineData
1beeb310
KW
1/*global Dygraph:false */
2
3// Namespace for plugins. Load this before plugins/*.js files.
4Dygraph.Plugins = {};