Skip to content

Commit

Permalink
beautified
Browse files Browse the repository at this point in the history
  • Loading branch information
montaga committed Feb 13, 2017
1 parent 4920678 commit 1b0217a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/js/Events.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,9 @@ function setuplisteners(canvas, data) {
img.onload = function() {
if (reported) return;
reported = true;
oneDone(i,
(img));
oneDone(i,

(img));
};
img.onerror = function(err) {
if (reported) return;
Expand Down

0 comments on commit 1b0217a

Please sign in to comment.