Event.js
Event.js copied to clipboard
Bower
Hi! I used your code on a project and needed to install it with Bower, so I registered it as a bower package. Now I can install it like this:
bower install mudcube-eventjs
Tanx for the great code!
add bower.json:
"eventjs": "mudcube/Event.js"
"overrides": {
"eventjs": {
"main": [
"js/Event.js"
]
}
}