Skip to content

Commit

Permalink
SwG release 0.1.22.76 (#25088)
Browse files Browse the repository at this point in the history
  • Loading branch information
qidonna authored and Greg Grothaus committed Oct 18, 2019
1 parent be3d85a commit 63bcceb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
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

0 comments on commit 63bcceb

Please sign in to comment.