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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-27 15:42:30 -08:00
committed by Tim Abbott
parent fe4d1e839c
commit 592cd780f5
22 changed files with 70 additions and 55 deletions

View File

@@ -1,5 +1,7 @@
"use strict";
const rows = require("./rows");
let is_floating_recipient_bar_showing = false;
function top_offset(elem) {