projects
/
dygraphs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
wrap DygraphOptions
[dygraphs.git]
/
plugins
/
base.js
1
/*global Dygraph:false */
2
3
// Namespace for plugins.
4
Dygraph
.
Plugins
= {};
5
6
// TODO(danvk): move this into the top-level directory. Only plugins here.