diff options
Diffstat (limited to 'web/src/js/dispatcher.js')
-rw-r--r-- | web/src/js/dispatcher.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/src/js/dispatcher.js b/web/src/js/dispatcher.js index 860ade9f..9a5dd3dd 100644 --- a/web/src/js/dispatcher.js +++ b/web/src/js/dispatcher.js @@ -33,3 +33,7 @@ AppDispatcher.dispatchServerAction = function (action) { action.source = PayloadSources.SERVER; this.dispatch(action); }; + +module.exports = { + AppDispatcher: AppDispatcher +};
\ No newline at end of file |