From 27cee3f7233fbbbeed31f0cf03ea81bf92555b18 Mon Sep 17 00:00:00 2001 From: James Kuszmaul Date: Sat, 25 May 2019 19:26:17 -0700 Subject: [PATCH] Add missing semicolon in externs (#964) --- dygraph-externs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dygraph-externs.js b/dygraph-externs.js index e8e2c4203..a9401e45e 100644 --- a/dygraph-externs.js +++ b/dygraph-externs.js @@ -59,7 +59,7 @@ Dygraph.prototype.yAxisRange; Dygraph.prototype.yAxisRanges; /** @type {function(?number, ?number, ?number): Array.} */ -Dygraph.prototype.toDomCoords +Dygraph.prototype.toDomCoords; /** @type {function(?number): ?number} */ Dygraph.prototype.toDomXCoord;