Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
harmoniemand authored Oct 15, 2018
1 parent 16203fd commit 8b6b902
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 8b6b902

Please sign in to comment.