This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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. | |
*/ |