nearly all lint errors gone; closure compiler still happy
[dygraphs.git] / plugins / grid.js
index 6d59406..9186dd4 100644 (file)
@@ -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() {
 };