Extract user_events.js.

This moves people.update() to user_events.person().

We now also use user_id as the key for finding person
objects in people.js (instead of email).
This commit is contained in:
Steve Howell
2017-01-21 07:49:27 -08:00
committed by Tim Abbott
parent 601bad554e
commit 4eb1a8f07d
8 changed files with 128 additions and 83 deletions

View File

@@ -834,6 +834,7 @@ JS_SPECS = {
'js/server_events.js',
'js/zulip.js',
'js/activity.js',
'js/user_events.js',
'js/colorspace.js',
'js/timerender.js',
'js/tutorial.js',