diff --git a/res/controllers/Traktor-Kontrol-S3-hid-scripts.js b/res/controllers/Traktor-Kontrol-S3-hid-scripts.js index 6e11e6f9c33..bead142b4a8 100644 --- a/res/controllers/Traktor-Kontrol-S3-hid-scripts.js +++ b/res/controllers/Traktor-Kontrol-S3-hid-scripts.js @@ -980,7 +980,7 @@ TraktorS3.Deck = class { if (this.syncPressedTimer !== 0) { this.syncPressedTimer = 0; } - }, this, true); + }, true); // Light corresponding LED when button is pressed this.colorOutput(1, "sync_enabled");