projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27561e5
)
remove extra logging from scrolling_div.js
author
Dan Vanderkam
<dan@dygraphs.com>
Wed, 21 Dec 2011 20:55:41 +0000
(15:55 -0500)
committer
Dan Vanderkam
<dan@dygraphs.com>
Wed, 21 Dec 2011 20:55:41 +0000
(15:55 -0500)
auto_tests/tests/scrolling_div.js
patch
|
blob
|
blame
|
history
diff --git
a/auto_tests/tests/scrolling_div.js
b/auto_tests/tests/scrolling_div.js
index
8fa950e
..
ceb2a3d
100644
(file)
--- 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;
}
}