mirror of
https://github.com/zulip/zulip.git
synced 2025-11-08 16:01:58 +00:00
js: Convert static/js/search_pill.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
e16687af83
commit
8a6fdb662a
@@ -1,5 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
const search_pill = require("./search_pill");
|
||||
|
||||
// Exported for unit testing
|
||||
exports.is_using_input_method = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user