X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=plugins%2Fgrid.js;h=9186dd41f09c0ddc8b18115353a8ba172791bd46;hb=de9a8181064aa767e1c70c31a0027a0324cc33c6;hp=051d13f09bd2a845bf2f71985766787c5bac02da;hpb=f34f95d1f2fe3adcc0bbe578368740afba513d9f;p=dygraphs.git diff --git a/plugins/grid.js b/plugins/grid.js index 051d13f..9186dd4 100644 --- a/plugins/grid.js +++ b/plugins/grid.js @@ -3,6 +3,7 @@ * Copyright 2012 Dan Vanderkam (danvdk@gmail.com) * MIT-licensed (http://opensource.org/licenses/MIT) */ +/*global Dygraph:false */ Dygraph.Plugins.Grid = (function() { @@ -83,7 +84,7 @@ grid.prototype.willDrawChart = function(e) { } ctx.restore(); } -} +}; grid.prototype.destroy = function() { };