зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1155140 - Removed mentions of deleted parameters from test helper documentation. r=mt
This commit is contained in:
Родитель
b436676846
Коммит
37588c7d15
|
@ -32,10 +32,6 @@ MediaStreamPlayback.prototype = {
|
|||
*
|
||||
* @param {Boolean} isResume specifies if this media element is being resumed
|
||||
* from a previous run
|
||||
* @param {Function} onSuccess the success callback if the media playback
|
||||
* start and stop cycle completes successfully
|
||||
* @param {Function} onError the error callback if the media playback
|
||||
* start and stop cycle fails
|
||||
*/
|
||||
playMedia : function(isResume) {
|
||||
return this.startMedia(isResume)
|
||||
|
|
|
@ -198,9 +198,6 @@ function timerGuard(p, time, message) {
|
|||
|
||||
/**
|
||||
* Closes the peer connection if it is active
|
||||
*
|
||||
* @param {Function} onSuccess
|
||||
* Callback to execute when the peer connection has been closed successfully
|
||||
*/
|
||||
PeerConnectionTest.prototype.closePC = function() {
|
||||
info("Closing peer connections");
|
||||
|
@ -989,9 +986,6 @@ PeerConnectionWrapper.prototype = {
|
|||
|
||||
/**
|
||||
* Creates an offer and automatically handles the failure case.
|
||||
*
|
||||
* @param {function} onSuccess
|
||||
* Callback to execute if the offer was created successfully
|
||||
*/
|
||||
createOffer : function() {
|
||||
return this._pc.createOffer(this.offerOptions).then(offer => {
|
||||
|
|
Загрузка…
Ссылка в новой задаче