Remove variable re-definitions
[dygraphs.git] / plugins / grid.js
index 6d59406..6284abb 100644 (file)
@@ -9,6 +9,8 @@ Dygraph.Plugins.Grid = (function() {
 /*
 
 Current bits of jankiness:
+- Direct layout access
+- Direct area access
 
 */
 
@@ -81,7 +83,7 @@ grid.prototype.willDrawChart = function(e) {
     }
     ctx.restore();
   }
-}
+};
 
 grid.prototype.destroy = function() {
 };