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