mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 04:13:18 +01:00
Convert "reliable trigger" to TypeScript
This commit is contained in:
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.$;
|
||||
Reference in New Issue
Block a user