Ops: JavaScript Event Manager
Ops is a proof of concept. Is a simple way to craete custom events or just give a bit of order to an application with many events. You can use Ops to store an event called 'onAuthentication' subscribinng all teh listeners you like to it.
Event in Ops is represented by on object that is passed by carrying a custom callback and a customizable data object.