Skip to content
This repository was archived by the owner on Jan 27, 2023. It is now read-only.

Commit 1890af4

Browse files
committed
Updating to M114 deployment.
1 parent ef6479d commit 1890af4

File tree

6 files changed

+1481
-588
lines changed

6 files changed

+1481
-588
lines changed

Diff for: lib/VSS.SDK.js

+3
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,9 @@ var XDM;
611611
this._channels.push(channel);
612612
return channel;
613613
};
614+
XDMChannelManager.prototype.removeChannel = function (channel) {
615+
this._channels = this._channels.filter(function (c) { return c !== channel; });
616+
};
614617
XDMChannelManager.prototype._handleMessageReceived = function (event) {
615618
// get channel and dispatch to it
616619
var i, len, channel;

Diff for: lib/VSS.SDK.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vss-web-extension-sdk",
3-
"version": "2.113.0",
3+
"version": "2.114.0",
44
"description": "Visual Studio Team Services web extension JavaScript library and types.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)