lint compliance

pull/1/head
yflory 7 years ago
parent 50eb803c95
commit 8ced81d8d7

@ -377,7 +377,7 @@ define([
var isAvailableType = function (x) {
if (!Array.isArray(AppConfig.availablePadTypes)) { return true; }
return AppConfig.availablePadTypes.some(function (type, i) {
return AppConfig.availablePadTypes.some(function (type) {
return x.indexOf(type) > -1;
});
};

Loading…
Cancel
Save