Skip to content

Commit

Permalink
fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
codescapade committed Sep 18, 2024
1 parent e6bba34 commit e843bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jume/Jume.hx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class Jume {
canvas.focus();
canvas.addEventListener('blur', () -> lostFocus());
canvas.addEventListener('focus', () -> hasFocus());
Browser.window.addEventListener('resize', ()->resize(Browser.window.innerWidth, Browser.window.innerHeight));
Browser.window.addEventListener('resize', () -> resize(Browser.window.innerWidth, Browser.window.innerHeight));
#end
}

Expand Down

0 comments on commit e843bf5

Please sign in to comment.