Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

SwG release 0.1.22.76 #25088

Merged
merged 1 commit into from Oct 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion third_party/subscriptions-project/config.js
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/** Version: 0.1.22.75 */
/** Version: 0.1.22.76 */
/**
* Copyright 2018 The Subscribe with Google Authors. All Rights Reserved.
*
Expand Down
14 changes: 2 additions & 12 deletions third_party/subscriptions-project/swg.js
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/** Version: 0.1.22.75 */
/** Version: 0.1.22.76 */
/**
* Copyright 2018 The Subscribe with Google Authors. All Rights Reserved.
*
Expand Down Expand Up @@ -4183,7 +4183,7 @@ function feCached(url) {
*/
function feArgs(args) {
return Object.assign(args, {
'_client': 'SwG 0.1.22.75',
'_client': 'SwG 0.1.22.76',
});
}

Expand Down Expand Up @@ -14691,16 +14691,6 @@ class AnalyticsService {
return request;
}

/**
* Handles the message received by the port.
* @param {function(!Object<string, string|boolean>)} callback
*/
onMessage(callback) {
this.lastAction_ = this.start_().then(port => {
port.onMessageDeprecated(callback);
});
}

/**
* @return {boolean}
*/
Expand Down