mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
jshint -> eslint
This commit is contained in:
parent
40b3f929e9
commit
77a1d3f3df
100 changed files with 716 additions and 811 deletions
|
|
@ -160,4 +160,4 @@
|
|||
|
||||
module.exports = AccountsUserSettings;
|
||||
|
||||
}());
|
||||
}());
|
||||
|
|
|
|||
|
|
@ -121,4 +121,4 @@
|
|||
|
||||
module.exports = ChangePasswordUserSettings;
|
||||
|
||||
}());
|
||||
}());
|
||||
|
|
|
|||
|
|
@ -55,4 +55,4 @@
|
|||
|
||||
module.exports = ContactsUserSettings;
|
||||
|
||||
}());
|
||||
}());
|
||||
|
|
|
|||
|
|
@ -188,7 +188,7 @@
|
|||
|
||||
oNew.generateID();
|
||||
require('Knoin/Knoin').showScreenPopup(
|
||||
require('View/Popup/Filter'), [oNew, function () {
|
||||
require('View/Popup/Filter'), [oNew, function () {
|
||||
self.filters.push(oNew);
|
||||
self.filterRaw.active(false);
|
||||
}, false]);
|
||||
|
|
@ -202,7 +202,7 @@
|
|||
;
|
||||
|
||||
require('Knoin/Knoin').showScreenPopup(
|
||||
require('View/Popup/Filter'), [oCloned, function () {
|
||||
require('View/Popup/Filter'), [oCloned, function () {
|
||||
|
||||
var
|
||||
aFilters = self.filters(),
|
||||
|
|
@ -243,4 +243,4 @@
|
|||
|
||||
module.exports = FiltersUserSettings;
|
||||
|
||||
}());
|
||||
}());
|
||||
|
|
|
|||
|
|
@ -200,4 +200,4 @@
|
|||
|
||||
module.exports = FoldersUserSettings;
|
||||
|
||||
}());
|
||||
}());
|
||||
|
|
|
|||
|
|
@ -229,4 +229,4 @@
|
|||
|
||||
module.exports = GeneralUserSettings;
|
||||
|
||||
}());
|
||||
}());
|
||||
|
|
|
|||
|
|
@ -80,4 +80,4 @@
|
|||
|
||||
module.exports = OpenPgpUserSettings;
|
||||
|
||||
}());
|
||||
}());
|
||||
|
|
|
|||
|
|
@ -73,4 +73,4 @@
|
|||
|
||||
module.exports = SecurityUserSettings;
|
||||
|
||||
}());
|
||||
}());
|
||||
|
|
|
|||
|
|
@ -77,4 +77,4 @@
|
|||
|
||||
module.exports = SocialUserSettings;
|
||||
|
||||
}());
|
||||
}());
|
||||
|
|
|
|||
|
|
@ -104,4 +104,4 @@
|
|||
|
||||
module.exports = TemplatesUserSettings;
|
||||
|
||||
}());
|
||||
}());
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
ThemeStore = require('Stores/Theme'),
|
||||
|
||||
Settings = require('Storage/Settings'),
|
||||
|
||||
|
||||
Remote = require('Remote/User/Ajax')
|
||||
;
|
||||
|
||||
|
|
@ -182,4 +182,4 @@
|
|||
|
||||
module.exports = ThemesUserSettings;
|
||||
|
||||
}());
|
||||
}());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue