mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
fix snapshot typos in SyncEngine
This commit is contained in:
parent
0102f2cd60
commit
6b50b61a62
@ -253,9 +253,9 @@ function SyncEngine() {}
|
||||
SyncEngine.prototype = {
|
||||
__proto__: new Engine(),
|
||||
|
||||
get snapshot() {
|
||||
get _snapshot() {
|
||||
let snap = new SnapshotStore(this.name);
|
||||
this.__defineGetter__("_snapshot", function() snapshot);
|
||||
this.__defineGetter__("_snapshot", function() snap);
|
||||
return snap;
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user