Skip to content

Instantly share code, notes, and snippets.

View Exlord's full-sized avatar

FarhadAdeli Exlord

View GitHub Profile
/* EventManager, v1.0.1
*
* Copyright (c) 2009, Howard Rauscher
* Licensed under the MIT License
*/
(function() {
function EventManager() {
this._listeners = {};