mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
js: Purge people module from window.
This commit is contained in:
committed by
Anders Kaseorg
parent
d774bba1b9
commit
b7998d3160
@@ -2,6 +2,8 @@
|
||||
|
||||
const autosize = require("autosize");
|
||||
|
||||
const people = require("./people");
|
||||
|
||||
exports.autosize_textarea = function () {
|
||||
autosize.update($("#compose-textarea"));
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user