lint compliance
This commit is contained in:
parent
50eb803c95
commit
8ced81d8d7
@ -377,7 +377,7 @@ define([
|
|||||||
|
|
||||||
var isAvailableType = function (x) {
|
var isAvailableType = function (x) {
|
||||||
if (!Array.isArray(AppConfig.availablePadTypes)) { return true; }
|
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;
|
return x.indexOf(type) > -1;
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user