X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-options.js;h=55bfe1a977063d6cb36aa5b547cdc8eae7d4a6e7;hb=3be75fa540ccf036bd41dfd3c75df5e7633f4863;hp=a734b1dbd4be517ba500dcf4af4e6aa665f37de3;hpb=2fd143d3e284124506b00e4afa9e29f9de636543;p=dygraphs.git diff --git a/dygraph-options.js b/dygraph-options.js index a734b1d..55bfe1a 100644 --- 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.