src/renderer/dispatcher/jotz_dispatcher.js

Summary

Maintainability
A
0 mins
Test Coverage
var Dispatcher = require('flux').Dispatcher;

var JotzDispatcher = new Dispatcher();

module.exports = JotzDispatcher;