Skip to content

Commit

Permalink
Update Numark-Mixtrack-3-scripts.js
Browse files Browse the repository at this point in the history
  • Loading branch information
endcredits33 authored Jan 18, 2025
1 parent 5334a1c commit d12c564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/controllers/Numark-Mixtrack-3-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@ NumarkMixtrack3.BrowseButton = function(channel, control, value, status, group)
};

NumarkMixtrack3.BrowseKnob = function(channel, control, value, status, group) {
var shifted = (
const shifted = (
NumarkMixtrack3.decks.D1.shiftKey || NumarkMixtrack3.decks.D2.shiftKey ||
NumarkMixtrack3.decks.D3.shiftKey || NumarkMixtrack3.decks.D4.shiftKey
);
Expand Down

0 comments on commit d12c564

Please sign in to comment.