projects
/
dygraphs.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Merge pull request #1 from danvk/master
[dygraphs.git]
/
plugins
/
base.js
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
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.