mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 09:27:03 +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
|
|
@ -10,10 +10,12 @@ import {getHash, setHash, clearHash} from 'Storage/RainLoop';
|
|||
|
||||
let RL_APP_DATA_STORAGE = null;
|
||||
|
||||
/* eslint-disable */
|
||||
window.__rlah = () => getHash();
|
||||
window.__rlah_set = () => setHash();
|
||||
window.__rlah_clear = () => clearHash();
|
||||
window.__rlah_data = () => RL_APP_DATA_STORAGE;
|
||||
/* eslint-enable */
|
||||
|
||||
/**
|
||||
* @param {string} id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue