Rename zephyr.js to zulip.js.

(imported from commit e62aa374f1bf2e75cebc00d0bba4e3ade82d19f6)
This commit is contained in:
Tim Abbott 2013-07-29 16:48:16 -04:00
parent 01b40f3c98
commit 6dd049fa26
5 changed files with 4 additions and 4 deletions

View File

@ -388,7 +388,7 @@ JS_SPECS = {
'js/invite.js',
'js/message_list.js',
'js/onboarding.js',
'js/zephyr.js',
'js/zulip.js',
'js/activity.js',
'js/colorspace.js',
'js/timerender.js',

View File

@ -174,7 +174,7 @@ function update_fade () {
focused_recipient.subject = $('#subject').val();
} else {
// Normalize the recipient list so it matches the one used when
// adding the message (see add_message_metadata(), zephyr.js).
// adding the message (see add_message_metadata(), zulip.js).
focused_recipient.reply_to = util.normalize_recipients(
$('#private_message_recipient').val());
}

View File

@ -36,7 +36,7 @@ var globals =
// templates.js
+ ' templates'
// zephyr.js
// zulip.js
+ ' all_msg_list home_msg_list narrowed_msg_list current_msg_list get_updates_params'
+ ' add_messages'
+ ' subject_dict people_dict'

View File

@ -190,7 +190,7 @@ def fetch_table_messages(table, key, last):
# The user's client has a way-too-old value for 'last'
# (presumably 400 messages old), we should return an error
# The error handler for get_updates in zephyr.js parses this
# The error handler for get_updates in zulip.js parses this
# message. If you change this message, you must update that
# error handler.
raise JsonableError("last value of %d too old! Minimum valid is %d!" %