X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-gviz.js;h=7e514a68b92c506f7a917510465f86c23fbcb61a;hb=45efb72601da32d7686628c0984234ec8f6867b0;hp=5b81d7fca1aa273bcae27096e1e6885e8dc7566c;hpb=88e95c462340958bdfd0ac4c0736b94c5fd21024;p=dygraphs.git diff --git a/dygraph-gviz.js b/dygraph-gviz.js index 5b81d7f..7e514a6 100644 --- a/dygraph-gviz.js +++ b/dygraph-gviz.js @@ -17,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.