Rename respond_to_zephyr to respond_to_message.

(imported from commit 34e7793601ad6f41d71be2e2060c58138b9d3b53)
This commit is contained in:
Tim Abbott
2012-10-10 10:18:51 -04:00
parent 9a359c8d05
commit 06ffd206ae
4 changed files with 5 additions and 5 deletions

View File

@@ -113,7 +113,7 @@ function get_huddle_recipient_names(zephyr) {
return recipient;
}
function respond_to_zephyr(reply_type) {
function respond_to_message(reply_type) {
var zephyr, tabname;
zephyr = message_dict[selected_message_id];
if (zephyr.type === "class") {