🎨 Fix lint error

This commit is contained in:
Daniel Gasienica 2018-02-13 09:14:29 -05:00
parent a25b0e2e3d
commit eaaf7c4160
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
window.libphonenumber.PhoneNumberFormat = require('google-libphonenumber').PhoneNumberFormat;
window.nodeNotifier = require('node-notifier');
const {autoOrientImage} = require('./js/modules/auto_orient_image');
const { autoOrientImage } = require('./js/modules/auto_orient_image');
window.autoOrientImage = autoOrientImage;
window.Whisper = window.Whisper || {};