Break compose.js and drafts.js dependency.

This commit is contained in:
Mahim Goyal
2017-04-23 12:21:26 +05:30
committed by showell
parent b609911656
commit 6464514ca9
8 changed files with 24 additions and 11 deletions

View File

@@ -96,7 +96,7 @@ function clear_box() {
exports.clear_textarea();
$("#new_message_content").removeData("draft-id");
compose.autosize_textarea();
compose_ui.autosize_textarea();
$("#send-status").hide(0);
}