Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Mar 28, 2023
1 parent 2ecc563 commit ce03208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/renderResize.js
Expand Up @@ -102,7 +102,7 @@ Example.renderResize = function() {
x: 50,
y: 50
});
}
};

// add window resize handler
window.addEventListener('resize', handleWindowResize);
Expand Down

0 comments on commit ce03208

Please sign in to comment.