fix all lint errors
[dygraphs.git] / plugins / grid.js
index 051d13f..6284abb 100644 (file)
@@ -83,7 +83,7 @@ grid.prototype.willDrawChart = function(e) {
     }
     ctx.restore();
   }
-}
+};
 
 grid.prototype.destroy = function() {
 };