From: David Eberlein Date: Tue, 16 Apr 2013 07:07:04 +0000 (+0200) Subject: BUGFIX: Fixed typo X-Git-Tag: v1.0.0~39^2 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=55cf43c3e5c88980f80aa7b74cd4dc1cb30d0645;p=dygraphs.git BUGFIX: Fixed typo --- diff --git a/auto_tests/tests/range_selector.js b/auto_tests/tests/range_selector.js index 4772a47..34e3574 100644 --- a/auto_tests/tests/range_selector.js +++ b/auto_tests/tests/range_selector.js @@ -336,7 +336,7 @@ RangeSelectorTestCase.prototype.testRangeSelectorPositionIfXAxisNotDrawn = funct var g = new Dygraph(graph, data, opts); //assert, that the range selector is at top position 70 since the 30px of the - // xAxis shouldn't be resevered since it isn't drawn. + // xAxis shouldn't be reserved since it isn't drawn. this.assertGraphExistence(g, graph); var bgcanvas = graph.getElementsByClassName('dygraph-rangesel-bgcanvas')[0]; assertEquals("Range selector is not at the expected position.","70px", bgcanvas.style.top);