mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Document import of ES2015+ modules
This commit is contained in:
@@ -75,6 +75,7 @@
|
||||
const { autoOrientImage } = require('./js/modules/auto_orient_image');
|
||||
window.autoOrientImage = autoOrientImage;
|
||||
|
||||
// ES2015+ modules
|
||||
window.Whisper = window.Whisper || {};
|
||||
window.Whisper.Attachment = require('./js/modules/types/attachment');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user