projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42a9ebb
)
stupid trailing commas
author
Dan Vanderkam
<danvk@google.com>
Mon, 13 Aug 2012 21:42:28 +0000
(17:42 -0400)
committer
Dan Vanderkam
<danvk@google.com>
Mon, 13 Aug 2012 21:42:28 +0000
(17:42 -0400)
tests/dygraph-many-points-benchmark.html
patch
|
blob
|
blame
|
history
diff --git
a/tests/dygraph-many-points-benchmark.html
b/tests/dygraph-many-points-benchmark.html
index
09c89a6
..
17dadcd
100644
(file)
--- a/
tests/dygraph-many-points-benchmark.html
+++ b/
tests/dygraph-many-points-benchmark.html
@@
-155,7
+155,7
@@
series: 1,
rollPeriod: 1,
repetitions: 1,
- type: 'sine'
,
+ type: 'sine'
};
// Parse the URL for parameters. Use it to override the values hash.