We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cfaca9 commit 6b7b9a3Copy full SHA for 6b7b9a3
assets/js/remotebuzzer-client.js
@@ -255,7 +255,7 @@ function initRemoteBuzzerFromDOM() {
255
};
256
257
api.takeCollage = function () {
258
- if (this.enabled() && !thie.chromaCapture && config.collage.enabled) {
+ if (this.enabled() && !this.chromaCapture && config.collage.enabled) {
259
this.waitingToProcessCollage = false;
260
photoBooth.thrill('collage');
261
}
0 commit comments