Convert "reliable trigger" to TypeScript
This commit is contained in:
parent
fc99882f05
commit
d4bba46b2c
7 changed files with 185 additions and 189 deletions
6
ts/backbone/backboneJquery.ts
Normal file
6
ts/backbone/backboneJquery.ts
Normal 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.$;
|
Loading…
Add table
Add a link
Reference in a new issue