Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.

Commit

Permalink
added missing semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
up-87 authored and andi34 committed Apr 5, 2022
1 parent e10c3a6 commit e8e9d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -1321,7 +1321,7 @@ const photoBooth = (function () {
} else {
photoboothTools.console.logDev('Taking picture already in progress!');
}
}
};

$(document).on('keyup', function (ev) {
if (triggerPic[0] || triggerCollage[0]) {
Expand Down

0 comments on commit e8e9d1e

Please sign in to comment.