Author: ygrego Date: 2015-04-01 20:19:21 +0000 (Wed, 01 Apr 2015) New Revision: 1035 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1035 Log: Deletion of block "else" attached with block "if" concerning verification of play state in method "_channelSwitch". Modified: oipf/js/impl/VideoBroadcastObject.js Modified: oipf/js/impl/VideoBroadcastObject.js =================================================================== --- oipf/js/impl/VideoBroadcastObject.js 2015-04-01 19:44:30 UTC (rev 1034) +++ oipf/js/impl/VideoBroadcastObject.js 2015-04-01 20:19:21 UTC (rev 1035) @@ -902,10 +902,6 @@ .then(this._fireEvent.bind(this, createCustomEvent("ChannelChangeError", [null, 10]))); } - } else { - //When this method is called in play state UNREALIZED - this._timeout() - .then(this._fireEvent.bind(this, createCustomEvent("ChannelChangeError", [null, 100]))); - } + } } }); \ No newline at end of file
participants (1)
-
ygregoï¼ users.nuiton.org