Fix bug 153, findPosX and findPosY don't take borders into account. This also fixes...
[dygraphs.git] / dygraph-plugin-base.js
1 /*global Dygraph:false */
2
3 // Namespace for plugins. Load this before plugins/*.js files.
4 Dygraph.Plugins = {};