X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;ds=inline;f=plugins%2Fgrid.js;h=6284abb1020add8ea5cfedfbe71fb3b30e30eafa;hb=e8896dcefc12980febf5f18cd7d4d7331840e64f;hp=6d59406fdea0a443d498968bf4a6534506500173;hpb=98eb4713efecf58b904def42d9030e61bcbb4181;p=dygraphs.git diff --git a/plugins/grid.js b/plugins/grid.js index 6d59406..6284abb 100644 --- a/plugins/grid.js +++ b/plugins/grid.js @@ -9,6 +9,8 @@ Dygraph.Plugins.Grid = (function() { /* Current bits of jankiness: +- Direct layout access +- Direct area access */ @@ -81,7 +83,7 @@ grid.prototype.willDrawChart = function(e) { } ctx.restore(); } -} +}; grid.prototype.destroy = function() { };