Extend $tw.utils.removeArrayEntries to return the array

new-json-store-area
jeremy@jermolene.com 2021-06-30 16:10:52 +01:00
rodzic f1f951e849
commit 31c1584b9a
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -223,6 +223,7 @@ exports.removeArrayEntries = function(array,value) {
array.splice(p,1);
}
}
return array;
};
/*