Skip to content

Commit

Permalink
Add missing semicolon in externs (#964)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuszmaul authored and danvk committed May 26, 2019
1 parent da2a028 commit 27cee3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dygraph-externs.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Dygraph.prototype.yAxisRange;
Dygraph.prototype.yAxisRanges;

/** @type {function(?number, ?number, ?number): Array.<?number>} */
Dygraph.prototype.toDomCoords
Dygraph.prototype.toDomCoords;

/** @type {function(?number): ?number} */
Dygraph.prototype.toDomXCoord;
Expand Down

0 comments on commit 27cee3f

Please sign in to comment.