mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Code refactoring (5) (es5 -> es2015)
This commit is contained in:
parent
c148e19ea3
commit
cec53b111f
68 changed files with 2210 additions and 2472 deletions
|
|
@ -158,8 +158,8 @@ const Base64 = {
|
|||
return string;
|
||||
}
|
||||
};
|
||||
/* eslint-enable */
|
||||
|
||||
export const decode = Base64.decode;
|
||||
export const encode = Base64.encode;
|
||||
export const urlsafe_encode = Base64.urlsafe_encode;
|
||||
/* eslint-enable */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue