projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a909ec
)
JS is not C++
author
Dan Vanderkam
<danvdk@gmail.com>
Sat, 20 Feb 2010 01:57:54 +0000
(17:57 -0800)
committer
Dan Vanderkam
<danvdk@gmail.com>
Sat, 20 Feb 2010 01:57:54 +0000
(17:57 -0800)
dygraph.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph.js
b/dygraph.js
index
6b1a99c
..
639f863
100644
(file)
--- a/
dygraph.js
+++ b/
dygraph.js
@@
-1809,7
+1809,7
@@
Dygraph.prototype.parseArray_ = function(data) {
if (parsedData[i][0] == null
|| typeof(parsedData[i][0].getTime) != 'function'
|| isNaN(parsedData[i][0].getTime())) {
- this.error("x value in row "
<< (1 + i) <<
" is not a Date");
+ this.error("x value in row "
+ (1 + i) +
" is not a Date");
return null;
}
parsedData[i][0] = parsedData[i][0].getTime();