Skip to content

Commit

Permalink
Merge pull request #12510 from ywwg/traktors3
Browse files Browse the repository at this point in the history
Traktor S3: remove extra parameter in timer call
  • Loading branch information
Swiftb0y committed Jan 4, 2024
2 parents ee1263b + 14797e6 commit f610d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/controllers/Traktor-Kontrol-S3-hid-scripts.js
Expand Up @@ -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");
Expand Down

0 comments on commit f610d58

Please sign in to comment.