mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-06 02:30:46 -08:00
Extend $tw.utils.removeArrayEntries to return the array
This commit is contained in:
parent
f1f951e849
commit
31c1584b9a
1 changed files with 1 additions and 0 deletions
|
|
@ -223,6 +223,7 @@ exports.removeArrayEntries = function(array,value) {
|
|||
array.splice(p,1);
|
||||
}
|
||||
}
|
||||
return array;
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue