Convert "reliable trigger" to TypeScript

This commit is contained in:
Evan Hahn 2022-06-01 19:54:51 +00:00 committed by GitHub
parent fc99882f05
commit d4bba46b2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 185 additions and 189 deletions

View file

@ -0,0 +1,6 @@
// Copyright 2020-2022 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
// we are requiring backbone in preload.js, and we need to tell backbone where
// jquery is after it's loaded.
window.Backbone.$ = window.Backbone.$ || window.$;