Skip to content

Commit

Permalink
remove 'use strict' from Novation Launchpad scripts
Browse files Browse the repository at this point in the history
Somehow this is broken with Qt 5.12 and QJSEngine. I am not
sure if the bug is in Qt or the scripts.
  • Loading branch information
Be-ing committed Dec 28, 2018
1 parent 906b75b commit db832a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion res/controllers/Novation-Launchpad MK2-scripts.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
var NovationLaunchpadMK2 = (function () {
'use strict';

/* global engine, midi, script */
var engine_1 = engine;
Expand Down
1 change: 0 additions & 1 deletion res/controllers/Novation-Launchpad-scripts.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
var NovationLaunchpad = (function () {
'use strict';

/* global engine, midi, script */
var engine_1 = engine;
Expand Down

0 comments on commit db832a0

Please sign in to comment.