projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e321ff2
)
Closure fix type Dyraph->Dygraph.
author
Robert Konigsberg
<konigsberg@google.com>
Sat, 30 Mar 2013 02:07:11 +0000
(22:07 -0400)
committer
Robert Konigsberg
<konigsberg@google.com>
Sat, 30 Mar 2013 02:07:11 +0000
(22:07 -0400)
dygraph-canvas.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph-canvas.js
b/dygraph-canvas.js
index
99ad493
..
2824003
100644
(file)
--- a/
dygraph-canvas.js
+++ b/
dygraph-canvas.js
@@
-39,7
+39,7
@@
* The chart canvas has already been created by the Dygraph object. The
* renderer simply gets a drawing context.
*
- * @param {Dyraph} dygraph The chart to which this renderer belongs.
+ * @param {Dy
g
raph} dygraph The chart to which this renderer belongs.
* @param {Canvas} element The <canvas> DOM element on which to draw.
* @param {CanvasRenderingContext2D} elementContext The drawing context.
* @param {DygraphLayout} layout The chart's DygraphLayout object.