lint compliance
parent
50eb803c95
commit
8ced81d8d7
customize.dist
|
@ -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…
Reference in New Issue