Skip to content

Commit

Permalink
fix pre-commit code style issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
doteya committed Aug 30, 2022
1 parent bee6686 commit b917562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/controllers/Numark_DJ2GO2_Touch_scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ DJ2GO2Touch.Deck = function(deckNumbers, midiChannel) {
group: "[Channel" + script.deckFromGroup(this.currentDeck) + "]",
midi: [0x94 + midiChannel, 0x00 + i],
number: i,
input: function(channel, control, value, status, _group) {
input: function(channel, control, value, _status, _group) {
// DJ2GO2/DJ2GO2 Touch does not have a "shift" button,
// but when in CUES Pad Mode, holding the PAD MODE button will
// cause the controller to send messages where the originating midi
Expand Down

0 comments on commit b917562

Please sign in to comment.