From: Robert Konigsberg Date: Tue, 14 Jun 2011 19:53:05 +0000 (-0400) Subject: Comment removal X-Git-Tag: v1.0.0~458^2~2 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=738a62ba76b5b59e92fe74230fa520fb50b1b1c5;p=dygraphs.git Comment removal --- diff --git a/auto_tests/tests/scrolling_div.js b/auto_tests/tests/scrolling_div.js index 93a6fc6..a97874b 100644 --- a/auto_tests/tests/scrolling_div.js +++ b/auto_tests/tests/scrolling_div.js @@ -96,89 +96,3 @@ ScrollingDivTestCase.prototype.testScrolledDiv = function() { assertEquals(40, this.point.xval); assertEquals(4, this.point.yval); }; - -/* -NORMAL - -mousedown -MouseEvent - -defaultPrevented? -detail? -returnValue? - -srcElement -target -toElement - -type: "mousedown" - -pageX: 244 -pageY: 131 -layerX: 233 -layerY: 281 -offsetX: 236 -offsetY: 235 -which: 1 -x: 244 -y: 131 - -mouseup -MouseEvent - -clientX: 244 -clientY: 131 -screenX: 416 -screenY: 320 -type: "mouseup" - -pageX: 244 -pageY: 131 -layerX: 233 -layerY: 281 -offsetX: 236 -offsetY: 235 -which: 1 -x: 244 -y: 131 - - -SCROLLED - -mousedown -MouseEvent - -clientX: 244 -clientY: 20 -pageX: 244 -pageY: 20 -screenX: 417 -screenY: 160 -type: "mousedown" - -layerX: 233 -layerY: 170 -offsetX: 236 -offsetY: 124 -which: 1 -x: 244 -y: 20 - -mouseup -MouseEvent - -clientX: 244 -clientY: 20 -layerX: 233 -layerY: 170 -offsetX: 236 -offsetY: 124 -pageX: 244 -pageY: 20 -screenX: 417 -screenY: 160 -type: "mouseup" -which: 1 -x: 244 -y: 20 -*/ \ No newline at end of file