projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a766282
)
More whitespace changes.
author
Robert Konigsberg
<konigsberg@google.com>
Sun, 21 Nov 2010 01:42:29 +0000
(20:42 -0500)
committer
Robert Konigsberg
<konigsberg@google.com>
Sun, 21 Nov 2010 01:42:29 +0000
(20:42 -0500)
tests/zoom.html
patch
|
blob
|
blame
|
history
diff --git
a/tests/zoom.html
b/tests/zoom.html
index
890bdf1
..
a7ebae3
100644
(file)
--- a/
tests/zoom.html
+++ b/
tests/zoom.html
@@
-68,7
+68,7
@@
function showYDimensions(first, second) {
var elem = document.getElementById("ydimensions");
- elem.innerHTML = "valueRange : [" + first + ", "+ second + "]";
+ elem.innerHTML = "valueRange : [" + first + ", "
+ second + "]";
}
function zoomGraphX(minDate, maxDate) {