MCPcopy
hub / github.com/jquery/esprima / arrayRemove

Function arrayRemove

test/3rdparty/angular-1.2.5.js:726–731  ·  view source on GitHub ↗
(array, value)

Source from the content-addressed store, hash-verified

724}
725
726function arrayRemove(array, value) {
727 var index = indexOf(array, value);
728 if (index >=0)
729 array.splice(index, 1);
730 return value;
731}
732
733function isLeafNode (node) {
734 if (node) {

Callers 3

jqLiteOffFunction · 0.85
$RootScopeProviderFunction · 0.85
FormControllerFunction · 0.85

Calls 1

indexOfFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…