mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Fix local storage (Closes #303)
This commit is contained in:
parent
77870442fe
commit
664c1dca80
11 changed files with 147 additions and 103 deletions
|
|
@ -10,10 +10,10 @@
|
|||
Utils = require('Utils'),
|
||||
|
||||
Settings = require('Storage:Settings'),
|
||||
LocalStorage = require('Storage:LocalStorage'),
|
||||
Data = require('Storage:RainLoop:Data'),
|
||||
Cache = require('Storage:RainLoop:Cache'),
|
||||
Remote = require('Storage:RainLoop:Remote')
|
||||
Remote = require('Storage:RainLoop:Remote'),
|
||||
LocalStorage = require('Storage:LocalStorage')
|
||||
;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue