Mediator.js 0.9.9

The mediator pattern provides a unified interface to a set of interfaces in a subsystem. With the mediator pattern, communication between objects is encapsulated with a mediator object.Objects no longer communicate directly with each other, but instead...