X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-gviz.js;h=7e514a68b92c506f7a917510465f86c23fbcb61a;hb=45efb72601da32d7686628c0984234ec8f6867b0;hp=110ded24e1bc2f503a20ec09fdce0b6f694beefe;hpb=74a5af31a87b245b89337037bc33a0e900153eae;p=dygraphs.git diff --git a/dygraph-gviz.js b/dygraph-gviz.js index 110ded2..7e514a6 100644 --- a/dygraph-gviz.js +++ b/dygraph-gviz.js @@ -1,5 +1,8 @@ -// Copyright 2011 Dan Vanderkam (danvdk@gmail.com) -// All Rights Reserved. +/** + * @license + * Copyright 2011 Dan Vanderkam (danvdk@gmail.com) + * MIT-licensed (http://opensource.org/licenses/MIT) + */ /** * @fileoverview A wrapper around the Dygraph class which implements the @@ -14,6 +17,8 @@ * - http://dygraphs.com/tests/annotation-gviz.html */ +"use strict"; + /** * A wrapper around Dygraph that implements the gviz API. * @param {Object} container The DOM object the visualization should live in.