mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Revamp shortcuts handler (not tested yet)
This commit is contained in:
parent
31828b125f
commit
5e7f531c7f
21 changed files with 190 additions and 170 deletions
|
|
@ -13,10 +13,11 @@ module.exports = {
|
|||
es6: true
|
||||
},
|
||||
globals: {
|
||||
// RainLoop
|
||||
// SnappyMail
|
||||
'rainloopI18N': "readonly",
|
||||
'rainloopTEMPLATES': "readonly",
|
||||
'rl': "readonly",
|
||||
'shortcuts': "readonly",
|
||||
// '__APP_BOOT': "readonly",
|
||||
// deb/boot.js
|
||||
'progressJs': "readonly",
|
||||
|
|
@ -31,8 +32,6 @@ module.exports = {
|
|||
'hasher': "readonly",
|
||||
'signals': "readonly",
|
||||
'Crossroads': "readonly",
|
||||
// vendors/keymaster
|
||||
'key': "readonly",
|
||||
// vendors/jua
|
||||
'Jua': "readonly",
|
||||
// vendors/qr.js
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue