Organize global
s
This commit is contained in:
parent
a86056630f
commit
a0ddab669b
1 changed files with 7 additions and 5 deletions
|
@ -1,10 +1,12 @@
|
||||||
/* global _: false */
|
/* global _: false */
|
||||||
/* global Backbone: false */
|
/* global Backbone: false */
|
||||||
/* global Whisper: false */
|
|
||||||
/* global textsecure: false */
|
|
||||||
/* global ConversationController: false */
|
/* global ConversationController: false */
|
||||||
/* global i18n: false */
|
|
||||||
/* global getAccountManager: false */
|
/* global getAccountManager: false */
|
||||||
|
/* global i18n: false */
|
||||||
|
/* global Signal: false */
|
||||||
|
/* global textsecure: false */
|
||||||
|
/* global Whisper: false */
|
||||||
|
|
||||||
/* eslint-disable more/no-then */
|
/* eslint-disable more/no-then */
|
||||||
|
|
||||||
|
@ -14,8 +16,8 @@
|
||||||
|
|
||||||
window.Whisper = window.Whisper || {};
|
window.Whisper = window.Whisper || {};
|
||||||
|
|
||||||
const { Message: TypedMessage } = window.Signal.Types;
|
const { Message: TypedMessage } = Signal.Types;
|
||||||
const { deleteAttachmentData } = window.Signal.Migrations;
|
const { deleteAttachmentData } = Signal.Migrations;
|
||||||
|
|
||||||
window.Whisper.Message = Backbone.Model.extend({
|
window.Whisper.Message = Backbone.Model.extend({
|
||||||
database: Whisper.Database,
|
database: Whisper.Database,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue