UNPKG
final-events
Version:
latest (0.5.0)
0.5.0
0.4.4
0.4.3
0.4.2
0.4.0
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
0.0.2
Event Dispatcher with bubbling feature
github.com/finalclass/final-events
final-events
/
src
/
init-node.js
2 lines
•
98 B
JavaScript
View Raw
1
2
exports.dispatcher
= require(
"./dispatcher"
).dispatcher
;
exports.event
= require(
"./event"
).event
;