X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=plugins%2Fgrid.js;h=6284abb1020add8ea5cfedfbe71fb3b30e30eafa;hb=eced46cfdfe378a0152ecae57db0cf2815850f20;hp=051d13f09bd2a845bf2f71985766787c5bac02da;hpb=f34f95d1f2fe3adcc0bbe578368740afba513d9f;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() { };