From 8b6b9029f9f61975ad9ed76af68aa0ad57571a8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20G=C3=BCnz?= Date: Mon, 15 Oct 2018 21:49:05 +0200 Subject: [PATCH] Update app.js --- app.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/app.js b/app.js index 9af00e3..cc780cc 100644 --- a/app.js +++ b/app.js @@ -1,9 +1,4 @@ - - - - - var alpaka = function (size) { var self = this; @@ -18,8 +13,6 @@ var alpaka = function (size) { self.whiteNodes = []; self.blackNodes = []; - - self.shape = [ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0], @@ -109,4 +102,4 @@ console.log(countH * countW); for (var x = 0; x < (countH * countW); x++) { var a = new alpaka(130); a.init(); -} \ No newline at end of file +}