mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 05:53:43 +00:00
js: Replace underscore with lodash and remove it from globals.
Tweaked by tabbott to bump PROVISION_VERSION. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
9c7a3cc0f4
commit
d2520cd7e0
@@ -1,3 +1,4 @@
|
||||
const _ = require("lodash");
|
||||
// You won't find every click handler here, but it's a good place to start!
|
||||
|
||||
const render_buddy_list_tooltip = require("../templates/buddy_list_tooltip.hbs");
|
||||
|
||||
Reference in New Issue
Block a user