Lint as part of Travis tests
[dygraphs.git] / dashed-canvas.js
index cec7729..c92a322 100644 (file)
@@ -157,7 +157,8 @@ CanvasRenderingContext2D.prototype.installPattern = function(pattern) {
         }
 
         this.restore();
-        x1 = x2, y1 = y2;
+        x1 = x2;
+        y1 = y2;
       }
     }
     realStroke.call(this);
@@ -173,4 +174,4 @@ CanvasRenderingContext2D.prototype.installPattern = function(pattern) {
 CanvasRenderingContext2D.prototype.uninstallPattern = function() {
   // This will be replaced by a non-error version when a pattern is installed.
   throw "Must install a line pattern before uninstalling it.";
-}
+};