X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Ftests%2Fsimple_drawing.js;h=b2ddccf989939280ca51d4bba075dedc0719d022;hb=72223c02efb7e8629bebb20e1be5ce5e880e70b7;hp=8f3b0c573aa1a1e4a847cc59b8f1a3729ea2a268;hpb=6278f6fe69767cf21c1d3361bc141321a282d9ef;p=dygraphs.git diff --git a/auto_tests/tests/simple_drawing.js b/auto_tests/tests/simple_drawing.js index 8f3b0c5..b2ddccf 100644 --- a/auto_tests/tests/simple_drawing.js +++ b/auto_tests/tests/simple_drawing.js @@ -49,7 +49,7 @@ SimpleDrawingTestCase.prototype.testDrawSimpleRangePlusOne = function() { var graph = document.getElementById("graph"); var g = new Dygraph(graph, ZERO_TO_FIFTY, opts); - htx = g.hidden_ctx_; + var htx = g.hidden_ctx_; CanvasAssertions.assertLineDrawn(htx, [0,320], [475,6.2745], { strokeStyle: "#008080",