UNPKG
tuxx
Version:
latest (0.2.0)
0.2.0
0.1.0
Framework built on React and Flux
github.com/TuxedoJS/TuxedoJS
TuxedoJS/TuxedoJS
tuxx
/
src
/
Dispatcher.js
5 lines
(3 loc)
•
105 B
JavaScript
View Raw
1
2
3
4
5
var
Flux
=
require(
'flux'
);
//create new instance of dispatcher
module
.
exports
=
new
Flux
.Dispatcher();