247248249250251252253254255256257
// remove the mediator from the map mediatorMap.remove(mediatorName); // alert the mediator that it has been removed mediator.onRemove(); } return mediator; } /**