Expose Signal.Migrations
namespace
This commit is contained in:
parent
182e6ffe10
commit
ac31dcbd75
1 changed files with 3 additions and 2 deletions
|
@ -106,9 +106,10 @@
|
|||
|
||||
// ES2015+ modules
|
||||
window.Signal = window.Signal || {};
|
||||
window.Signal.OS = require('./js/modules/os');
|
||||
window.Signal.Logs = require('./js/modules/logs');
|
||||
|
||||
window.Signal.OS = require('./js/modules/os');
|
||||
window.Signal.Migrations = window.Signal.Migrations || {};
|
||||
window.Signal.Migrations.V17 = require('./js/modules/migrations/17');
|
||||
window.Signal.Types = window.Signal.Types || {};
|
||||
window.Signal.Types.Attachment = require('./js/modules/types/attachment');
|
||||
window.Signal.Types.Errors = require('./js/modules/types/errors');
|
||||
|
|
Loading…
Add table
Reference in a new issue