BUGFIX: Fixed invalid option reference
[dygraphs.git] / plugins / grid.js
index 5d9b6c6..aba15cc 100644 (file)
@@ -84,7 +84,7 @@ grid.prototype.willDrawChart = function(e) {
         if (stroking[axis]) {
           ctx.uninstallPattern();
         }
-         }
+      }
     }
     ctx.restore();
   }