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

Commit e8e9d1e

Browse files
up-87andi34
authored andcommitted
added missing semicolons
1 parent e10c3a6 commit e8e9d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1321,7 +1321,7 @@ const photoBooth = (function () {
13211321
} else {
13221322
photoboothTools.console.logDev('Taking picture already in progress!');
13231323
}
1324-
}
1324+
};
13251325

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

0 commit comments

Comments
 (0)