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

Commit

Permalink
Updating to M114 deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
serkan-inci committed Mar 24, 2017
1 parent ef6479d commit 1890af4
Show file tree
Hide file tree
Showing 6 changed files with 1,481 additions and 588 deletions.
3 changes: 3 additions & 0 deletions lib/VSS.SDK.js
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,9 @@ var XDM;
this._channels.push(channel);
return channel;
};
XDMChannelManager.prototype.removeChannel = function (channel) {
this._channels = this._channels.filter(function (c) { return c !== channel; });
};
XDMChannelManager.prototype._handleMessageReceived = function (event) {
// get channel and dispatch to it
var i, len, channel;
Expand Down
2 changes: 1 addition & 1 deletion lib/VSS.SDK.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vss-web-extension-sdk",
"version": "2.113.0",
"version": "2.114.0",
"description": "Visual Studio Team Services web extension JavaScript library and types.",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 1890af4

Please sign in to comment.