Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Aug 26, 2023
1 parent 6365c24 commit 5640a2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/veggiecan/browserfullscreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

window.addEventListener("fullscreenchange", () => {
Scratch.vm.runtime.startHats("fullscreen0419_whenfullscreen", {
ENABLED: document.fullscreenElement === null ? 'exited' : 'entered'
ENABLED: document.fullscreenElement === null ? "exited" : "entered",
});
});

Expand Down Expand Up @@ -50,7 +50,7 @@
arguments: {
ENABLED: {
type: Scratch.ArgumentType.STRING,
menu: "whenfullscreenMenu"
menu: "whenfullscreenMenu",
},
},
},
Expand Down

0 comments on commit 5640a2b

Please sign in to comment.