From 0753b7ccc11a0d128c059365a0adf4a6da39c0b1 Mon Sep 17 00:00:00 2001 From: Jacco Kulman Date: Sat, 7 Apr 2018 08:42:32 +0200 Subject: [PATCH] Added a comment (TRAVIS took wrong version) --- src/helper/layer.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/helper/layer.js b/src/helper/layer.js index 29cb2394..677dbae0 100644 --- a/src/helper/layer.js +++ b/src/helper/layer.js @@ -72,6 +72,7 @@ const _makePaintingLayer = function () { }; const _makeBackgroundPaper = function (width, height, color) { + // creates a checkerboard path of width * height squares in color on white let x = 0; let y = 0; const pathPoints = [];