MCPcopy Create free account
hub / github.com/HiddenRamblings/TagMo / arrayRemove

Function arrayRemove

app/src/main/assets/wave9/app.js:32631–32637  ·  view source on GitHub ↗
(array, value)

Source from the content-addressed store, hash-verified

32629}
32630
32631function arrayRemove(array, value) {
32632 var index = array.indexOf(value);
32633 if (index >= 0) {
32634 array.splice(index, 1);
32635 }
32636 return index;
32637}
32638
32639/**
32640 * @ngdoc function

Callers 4

removeHandlerFunction · 0.85
$CompileProviderFunction · 0.85
$RootScopeProviderFunction · 0.85
FormControllerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected