X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-layout.js;h=7948686fdc52bef60f4ace2bdaf6da42c57fa6e2;hb=e0ca6cd35a0e94507dc731fe81f3352ab22caf97;hp=5fd6e5253adf88211a8de508ebae4c383f4e1841;hpb=70be5ed17a59b006aa1ee34cec86c1623dd2bd61;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();