add "use strict" to plugins -- was causing errors in dygraph-combined.js
[dygraphs.git] / plugins / base.js
CommitLineData
e2c21500
DV
1// Namespace for plugins.
2Dygraph.Plugins = {};
5bd29cf4
DV
3
4// TODO(danvk): move this into the top-level directory. Only plugins here.