mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 03:41:58 +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 @@
|
||||
import TurndownService from "turndown/lib/turndown.cjs";
|
||||
|
||||
import * as rows from "./rows";
|
||||
|
||||
function find_boundary_tr(initial_tr, iterate_row) {
|
||||
let j;
|
||||
let skip_same_td_check = false;
|
||||
|
||||
Reference in New Issue
Block a user