mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 18:17:38 +00:00
3 lines
81 B
JavaScript
3 lines
81 B
JavaScript
var Dispatcher = require('flux').Dispatcher;
|
|
|
|
module.exports = new Dispatcher();
|