Bug 1544694 - remove unused client getters 'request' and '_transport' from sourceClient; r=ochameau,jdescottes

Differential Revision: https://phabricator.services.mozilla.com/D27707

--HG--
extra : moz-landing-system : lando
This commit is contained in:
yulia 2019-04-19 09:21:56 +00:00
parent a2dd505a24
commit ffb0df9c92

View File

@ -21,15 +21,9 @@ function SourceClient(client, form) {
}
SourceClient.prototype = {
get _transport() {
return this._client._transport;
},
get actor() {
return this._form.actor;
},
get request() {
return this._client.request;
},
get url() {
return this._form.url;
},