From 14797e6b78eed22802ec2832034e9084c9e44e07 Mon Sep 17 00:00:00 2001 From: Owen Williams Date: Thu, 4 Jan 2024 10:39:51 -0500 Subject: [PATCH] Traktor S3: remove extra parameter in timer call --- res/controllers/Traktor-Kontrol-S3-hid-scripts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");