projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90b1513
)
Renamed variables for readability
author
Robert Konigsberg
<konigsberg@google.com>
Sun, 21 Nov 2010 01:40:01 +0000
(20:40 -0500)
committer
Robert Konigsberg
<konigsberg@google.com>
Sun, 21 Nov 2010 01:40:01 +0000
(20:40 -0500)
tests/zoom.html
patch
|
blob
|
blame
|
history
diff --git
a/tests/zoom.html
b/tests/zoom.html
index
9a62392
..
890bdf1
100644
(file)
--- a/
tests/zoom.html
+++ b/
tests/zoom.html
@@
-40,7
+40,9
@@
document.getElementById("div_g"),
NoisyData, {
errorBars: true,
- zoomCallback : function(a,b,c,d) { showDimensions(a,b,c,d); }
+ zoomCallback : function(minDate, maxDate, minValue, maxValue) {
+ showDimensions(minDate, maxDate, minValue, maxValue);
+ }
}
);