MCPcopy Create free account
hub / github.com/DanWahlin/CustomerManagerStandard / processRemoves

Function processRemoves

CustomerManager/Scripts/breeze.debug.js:2012–2016  ·  view source on GitHub ↗
(obsArray, removes)

Source from the content-addressed store, hash-verified

2010 }
2011
2012 function processRemoves(obsArray, removes) {
2013 obsArray._processRemoves(removes);
2014 // this is referencing the name of the method on the array not the name of the event
2015 publish(obsArray, "arrayChanged", { array: obsArray, removed: removes });
2016 }
2017
2018 function publish(publisher, eventName, eventArgs) {
2019 var pendingPubs = publisher._getPendingPubs();

Callers 1

breeze.debug.jsFile · 0.85

Calls 2

publishFunction · 0.85
clearAspectFunction · 0.85

Tested by

no test coverage detected