mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-05 22:42:25 +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()
|
|
}
|