Author: ygrego Date: 2015-04-01 10:21:03 +0000 (Wed, 01 Apr 2015) New Revision: 1012 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1012 Log: Deletion of argument "resolve". Modified: oipf/js/test/VideoBroadcastTest.js Modified: oipf/js/test/VideoBroadcastTest.js =================================================================== --- oipf/js/test/VideoBroadcastTest.js 2015-04-01 09:21:19 UTC (rev 1011) +++ oipf/js/test/VideoBroadcastTest.js 2015-04-01 10:21:03 UTC (rev 1012) @@ -201,7 +201,7 @@ self.vidBroadObj.bindToCurrentChannel(); }); - this.addTransition(this.STOPPED, this.CONNECTING, resolve); + this.addTransition(this.STOPPED, this.CONNECTING); this.addTransition(this.CONNECTING, this.PRESENTING, resolve); this.vidBroadObj.bindToCurrentChannel();
participants (1)
-
ygregoï¼ users.nuiton.org