projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ee26cc
)
adding missing license block
author
Mitch Foley
<mitch@thefoley.net>
Tue, 19 Feb 2013 18:10:54 +0000
(13:10 -0500)
committer
Mitch Foley
<mitch@thefoley.net>
Tue, 19 Feb 2013 18:10:54 +0000
(13:10 -0500)
dygraph-options.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph-options.js
b/dygraph-options.js
index
a734b1d
..
55bfe1a
100644
(file)
--- a/
dygraph-options.js
+++ b/
dygraph-options.js
@@
-1,4
+1,10
@@
/**
+ * @license
+ * Copyright 2011 Dan Vanderkam (danvdk@gmail.com)
+ * MIT-licensed (http://opensource.org/licenses/MIT)
+ */
+
+/**
* @fileoverview DygraphOptions is responsible for parsing and returning information about options.
*
* Still tightly coupled to Dygraphs, we could remove some of that, you know.