Expose blueimp-load-image as window.loadImage

This commit is contained in:
Daniel Gasienica
2018-02-09 11:17:02 -05:00
parent 1e1c62fe2f
commit 5f0d9570d7

View File

@@ -70,6 +70,8 @@
window.libphonenumber.PhoneNumberFormat = require('google-libphonenumber').PhoneNumberFormat;
window.nodeNotifier = require('node-notifier');
window.loadImage = require('blueimp-load-image');
// We pull this in last, because the native module involved appears to be sensitive to
// /tmp mounted as noexec on Linux.
require('./js/spell_check');