UNPKG
django-rest-messaging-js
Version:
latest (1.0.0)
1.0.0
Javascript consumer for django-rest-messaging and django-rest-messaging-centrifugo
django-rest-messaging-js
/
django-rest-messaging-js
/
src
/
dispatcher
/
AppDispatcher.js
7 lines
(4 loc)
•
147 B
JavaScript
View Raw
1
2
3
4
5
6
7
var
Dispatcher
=
require(
'flux'
).Dispatcher;
// Create dispatcher instance
var
AppDispatcher
=
new
Dispatcher
();
module
.
exports
= AppDispatcher;