mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-11 01:23:43 +08:00
db0d03db83
Cleanup: Stores and tooltips
8 lines
168 B
JavaScript
8 lines
168 B
JavaScript
import ko from 'ko';
|
|
|
|
export const SieveUserStore = {
|
|
// capabilities
|
|
capa: ko.observableArray(),
|
|
// Sieve scripts SieveScriptModel
|
|
scripts: ko.observableArray()
|
|
}
|