mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
js: Convert static/js/common.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
4df3fef88f
commit
a3e6ebb04c
@@ -1,6 +1,8 @@
|
||||
"use strict";
|
||||
|
||||
const _ = require("lodash");
|
||||
|
||||
const common = require("./common");
|
||||
/* Arguments used in the report_* functions are,
|
||||
response- response that we want to display
|
||||
status_box- element being used to display the response
|
||||
|
||||
Reference in New Issue
Block a user