Skip to content

Instantly share code, notes, and snippets.

@surr-name
surr-name / event.js
Last active December 31, 2015 10:39 — forked from azproduction/event.js
yet another EventManager
// Yet Another Event Manager (Pub/Sub)
//
// all listeners are executed in context of a instance of the EventManager
/**
* @constructor
*
* @param {Boolean} [doDebug] to do 'console.error' for errors of 'listeners' or not.
*/