mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 14:35:27 +00:00
Split out server_events_dispatch.js from server_events.js.
This commit is contained in:
@@ -3,6 +3,7 @@ var assert = require('assert');
|
||||
add_dependencies({
|
||||
util: 'js/util.js',
|
||||
tutorial: 'js/tutorial.js',
|
||||
server_events_dispatch: 'js/server_events_dispatch.js',
|
||||
});
|
||||
|
||||
var noop = function () {};
|
||||
|
||||
Reference in New Issue
Block a user