X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=plugins%2Fgrid.js;h=6284abb1020add8ea5cfedfbe71fb3b30e30eafa;hb=7740dd009f69ba26aeea7ffd239dbba49a70ae1d;hp=051d13f09bd2a845bf2f71985766787c5bac02da;hpb=a353dfe3e96cde2e0bc77ebd7ebeb9bd7b9371d6;p=dygraphs.git diff --git a/plugins/grid.js b/plugins/grid.js index 051d13f..6284abb 100644 --- a/plugins/grid.js +++ b/plugins/grid.js @@ -83,7 +83,7 @@ grid.prototype.willDrawChart = function(e) { } ctx.restore(); } -} +}; grid.prototype.destroy = function() { };