mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 16:26:44 +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
1
dev/prototype.js
vendored
1
dev/prototype.js
vendored
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
(w=>{
|
||||
Array.isNotEmpty = array => Array.isArray(array) && array.length;
|
||||
Array.prototype.unique((v, i, a) => a.indexOf(v) === i);
|
||||
|
||||
// Import momentjs locales function
|
||||
w.moment = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue