Removes Backbone.View and jQuery
This commit is contained in:
parent
26d689982a
commit
5e6eeecede
33 changed files with 1113 additions and 7637 deletions
|
@ -1,6 +0,0 @@
|
|||
// 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.$;
|
|
@ -149,7 +149,6 @@ function trigger<
|
|||
|
||||
[
|
||||
window.Backbone.Model.prototype,
|
||||
window.Backbone.View.prototype,
|
||||
window.Backbone.Collection.prototype,
|
||||
window.Backbone.Events,
|
||||
].forEach(proto => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue