Split out server_events_dispatch.js from server_events.js.

This commit is contained in:
Cory Lynch
2017-05-31 02:53:09 -04:00
committed by Tim Abbott
parent 24d443a061
commit 5d7828096e
6 changed files with 357 additions and 341 deletions

View File

@@ -940,6 +940,7 @@ JS_SPECS = {
'js/message_events.js',
'js/message_fetch.js',
'js/server_events.js',
'js/server_events_dispatch.js',
'js/zulip.js',
'js/presence.js',
'js/activity.js',