js: Convert static/js/search_pill.js to ES6 module.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-10 08:09:55 -08:00
committed by Tim Abbott
parent e16687af83
commit 8a6fdb662a
8 changed files with 17 additions and 20 deletions

View File

@@ -1,5 +1,7 @@
"use strict";
const search_pill = require("./search_pill");
// Exported for unit testing
exports.is_using_input_method = false;