Skip to content

Commit 6b7b9a3

Browse files
authored
Update remotebuzzer-client.js
1 parent 1cfaca9 commit 6b7b9a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/remotebuzzer-client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ function initRemoteBuzzerFromDOM() {
255255
};
256256

257257
api.takeCollage = function () {
258-
if (this.enabled() && !thie.chromaCapture && config.collage.enabled) {
258+
if (this.enabled() && !this.chromaCapture && config.collage.enabled) {
259259
this.waitingToProcessCollage = false;
260260
photoBooth.thrill('collage');
261261
}

0 commit comments

Comments
 (0)