mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
js: Convert static/js/compose_pm_pill.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
000865ceb1
commit
1dafb143e3
@@ -1,5 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
const compose_pm_pill = require("./compose_pm_pill");
|
||||
|
||||
let message_type = false; // 'stream', 'private', or false-y
|
||||
|
||||
exports.set_message_type = function (msg_type) {
|
||||
|
||||
Reference in New Issue
Block a user