mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
js: Convert static/js/rows.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
fe4d1e839c
commit
592cd780f5
@@ -1,5 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
const rows = require("./rows");
|
||||
|
||||
let is_floating_recipient_bar_showing = false;
|
||||
|
||||
function top_offset(elem) {
|
||||
|
||||
Reference in New Issue
Block a user