X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;ds=sidebyside;f=dygraph-layout.js;h=7948686fdc52bef60f4ace2bdaf6da42c57fa6e2;hb=c0f54d4f7444bea88d6c26020c566b42b3fe45e5;hp=5fd6e5253adf88211a8de508ebae4c383f4e1841;hpb=f6828af01b3fe5a0a970bc5e7d9400ac97f40305;p=dygraphs.git diff --git a/dygraph-layout.js b/dygraph-layout.js index 5fd6e52..7948686 100644 --- a/dygraph-layout.js +++ b/dygraph-layout.js @@ -9,6 +9,8 @@ * dygraphs. */ +"use strict"; + /** * Creates a new DygraphLayout object. * @@ -25,7 +27,7 @@ * * @constructor */ -DygraphLayout = function(dygraph) { +var DygraphLayout = function(dygraph) { this.dygraph_ = dygraph; this.datasets = new Array(); this.annotations = new Array();