Merge branch 'master' into development
Bringing our development (beta) branch inline with all the more urgent fixes which went directly into the master (production) branch.
This commit is contained in:
commit
9e6d50b966
22 changed files with 1543 additions and 624 deletions
|
@ -38,7 +38,6 @@
|
|||
// We pull these dependencies in now, from here, because they have Node.js dependencies
|
||||
|
||||
require('./js/logging');
|
||||
require('./js/spell_check');
|
||||
require('./js/backup');
|
||||
|
||||
window.nodeSetImmediate = setImmediate;
|
||||
|
@ -56,4 +55,8 @@
|
|||
window.EmojiPanel = require('emoji-panel');
|
||||
window.libphonenumber = require('google-libphonenumber').PhoneNumberUtil.getInstance();
|
||||
window.libphonenumber.PhoneNumberFormat = require('google-libphonenumber').PhoneNumberFormat;
|
||||
|
||||
// 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');
|
||||
})();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue