mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Extend $tw.utils.removeArrayEntries to return the array
This commit is contained in:
parent
f1f951e849
commit
31c1584b9a
@ -223,6 +223,7 @@ exports.removeArrayEntries = function(array,value) {
|
|||||||
array.splice(p,1);
|
array.splice(p,1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
return array;
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user