Skip to content

Commit

Permalink
Merge pull request #4 from harmoniemand/harmoniemand-patch-3
Browse files Browse the repository at this point in the history
Update app.js
  • Loading branch information
harmoniemand authored Oct 31, 2018
2 parents 6587c89 + e9d321e commit 4e549fd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ var alpaka = function (size) {
self.pixelsize = Math.floor(self.width / self.shape[0].length);
self.height = (self.pixelsize) * self.shape.length;


self.svgns = "http://www.w3.org/2000/svg";
self.svg = document.createElementNS(self.svgns, "svg");
self.svg.setAttributeNS(null, "width", self.width);
Expand Down Expand Up @@ -61,7 +60,6 @@ var alpaka = function (size) {
}

document.getElementById("container").appendChild(self.svg);

self.redo();
};

Expand Down Expand Up @@ -93,7 +91,6 @@ var alpaka = function (size) {
}
}


var countW = Math.floor(window.innerWidth / 130);
var countH = Math.floor(window.innerHeight / 120) + 1;

Expand Down

0 comments on commit 4e549fd

Please sign in to comment.