mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Bugfix handling of RainLoop Sieve script
This commit is contained in:
parent
f3935b1df4
commit
a96ff94c6f
5 changed files with 35 additions and 11 deletions
|
|
@ -25,7 +25,7 @@ export class AbstractModel {
|
|||
throw new Error("Can't instantiate AbstractModel!");
|
||||
}
|
||||
*/
|
||||
this.disposables = [];
|
||||
Object.defineProperty(this, 'disposables', {value: []});
|
||||
}
|
||||
|
||||
addObservables(observables) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue