projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be96a1f
)
fix bug in dateWindow test
author
Dan Vanderkam
<danvdk@gmail.com>
Sat, 20 Feb 2010 01:59:17 +0000
(17:59 -0800)
committer
Dan Vanderkam
<danvdk@gmail.com>
Sat, 20 Feb 2010 01:59:17 +0000
(17:59 -0800)
tests/dateWindow.html
patch
|
blob
|
blame
|
history
diff --git
a/tests/dateWindow.html
b/tests/dateWindow.html
index
3ba009f
..
9b1203c
100644
(file)
--- a/
tests/dateWindow.html
+++ b/
tests/dateWindow.html
@@
-19,7
+19,7
@@
<script type="text/javascript">
var data = [];
- for (var i =
0
; i < 10; i++) {
+ for (var i =
1
; i < 10; i++) {
data.push([new Date("2009/10/0" + i), i%2, i%3]);
}