X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fgrid.js;h=9186dd41f09c0ddc8b18115353a8ba172791bd46;hb=4c10c8d21b6858ea9029bdb789f487d9103d72f9;hp=6d59406fdea0a443d498968bf4a6534506500173;hpb=5dfebe76ebfa5442d53f1c4a7e6fc384c439cccb;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() { };