mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
js: Purge people module from window.
This commit is contained in:
committed by
Anders Kaseorg
parent
d774bba1b9
commit
b7998d3160
@@ -5,6 +5,8 @@ const _ = require("lodash");
|
||||
const emoji = require("../shared/js/emoji");
|
||||
const render_message_reaction = require("../templates/message_reaction.hbs");
|
||||
|
||||
const people = require("./people");
|
||||
|
||||
exports.view = {}; // function namespace
|
||||
|
||||
exports.get_local_reaction_id = function (reaction_info) {
|
||||
|
||||
Reference in New Issue
Block a user