X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=plugins%2Fgrid.js;h=9186dd41f09c0ddc8b18115353a8ba172791bd46;hb=9f890c23ad80924d0a30f3a14f8680b7c2d6318e;hp=6d59406fdea0a443d498968bf4a6534506500173;hpb=98eb4713efecf58b904def42d9030e61bcbb4181;p=dygraphs.git diff --git a/plugins/grid.js b/plugins/grid.js index 6d59406..9186dd4 100644 --- a/plugins/grid.js +++ b/plugins/grid.js @@ -3,12 +3,15 @@ * Copyright 2012 Dan Vanderkam (danvdk@gmail.com) * MIT-licensed (http://opensource.org/licenses/MIT) */ +/*global Dygraph:false */ Dygraph.Plugins.Grid = (function() { /* Current bits of jankiness: +- Direct layout access +- Direct area access */ @@ -81,7 +84,7 @@ grid.prototype.willDrawChart = function(e) { } ctx.restore(); } -} +}; grid.prototype.destroy = function() { };