Author: ygrego Date: 2015-02-20 11:23:17 +0000 (Fri, 20 Feb 2015) New Revision: 839 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/839 Log: Deletion of case "1" and "2" in switch of method bindToCurrentChannel because these cases not necessary, nothing don't have to happen if the video broadcast object call this method when its play state correpond to "1" or "2". Modified: oipf/js/impl/VideoBroadcastObject.js Modified: oipf/js/impl/VideoBroadcastObject.js =================================================================== --- oipf/js/impl/VideoBroadcastObject.js 2015-02-20 11:14:45 UTC (rev 838) +++ oipf/js/impl/VideoBroadcastObject.js 2015-02-20 11:23:17 UTC (rev 839) @@ -298,12 +298,6 @@ } break; - case 1: - break; - - case 2: - break; - case 3: setTimeout(function () { self.onPlayStateChange && self.onPlayStateChange(1);
participants (1)
-
ygregoï¼ users.nuiton.org