mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fixed yet another typo: this._sharing._share, not this._sharing.share.
This commit is contained in:
parent
b7f7372c9f
commit
11dda58df6
@ -676,7 +676,7 @@ BookmarksEngine.prototype = {
|
|||||||
|
|
||||||
_share: function BmkEngine__share(guid, username) {
|
_share: function BmkEngine__share(guid, username) {
|
||||||
let self = yield;
|
let self = yield;
|
||||||
this._sharing.share.async( this._sharing, self.cb, guid, username);
|
this._sharing._share.async( this._sharing, self.cb, guid, username);
|
||||||
yield;
|
yield;
|
||||||
self.done(true);
|
self.done(true);
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user