X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Ftests%2Fscrolling_div.js;h=ceb2a3d9be8407c161bb5dbf8811e3281549e5f4;hb=4c10c8d21b6858ea9029bdb789f487d9103d72f9;hp=8fa950e1f4bce47f8d619a4afff03f444fc0cfc0;hpb=27561e51dd6cc693ace32b7d2e3a2c3b2994a09f;p=dygraphs.git diff --git a/auto_tests/tests/scrolling_div.js b/auto_tests/tests/scrolling_div.js index 8fa950e..ceb2a3d 100644 --- a/auto_tests/tests/scrolling_div.js +++ b/auto_tests/tests/scrolling_div.js @@ -43,9 +43,6 @@ var LOREM_IPSUM = drawPoints : true, highlightCircleSize : 6, pointClickCallback : function(evt, point) { - // chrome sez: 243 30 248 124, scroller.offsetLeft/Top = 8/8 - // ff sez: 245 17 249 126, " " - console.log(evt.clientX, evt.clientY, evt.screenX, evt.screenY); self.point = point; } }