Skip to content

Commit

Permalink
Merge pull request #3 from harmoniemand/harmoniemand-patch-2
Browse files Browse the repository at this point in the history
Update app.js
  • Loading branch information
harmoniemand authored Oct 15, 2018
2 parents 16203fd + 8b6b902 commit 6587c89
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions app.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@






var alpaka = function (size) {

var self = this;
Expand All @@ -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],
Expand Down Expand Up @@ -109,4 +102,4 @@ console.log(countH * countW);
for (var x = 0; x < (countH * countW); x++) {
var a = new alpaka(130);
a.init();
}
}

0 comments on commit 6587c89

Please sign in to comment.