From 7b00a3cd1eedf449f0d08f63efc544ffb566ed08 Mon Sep 17 00:00:00 2001 From: Robert Konigsberg Date: Fri, 29 Mar 2013 22:07:11 -0400 Subject: [PATCH] Closure fix type Dyraph->Dygraph. --- dygraph-canvas.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dygraph-canvas.js b/dygraph-canvas.js index 99ad493..2824003 100644 --- 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 {Dygraph} 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. -- 2.7.4