You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-09 10:22:46 +03:00
webrtc/call: Wrap long line
This commit is contained in:
@@ -252,7 +252,8 @@ MatrixCall.prototype.pauseElement = function(element, queueId) {
|
|||||||
* @param {string} queueId Arbitrary ID to track the chain of promises to be used
|
* @param {string} queueId Arbitrary ID to track the chain of promises to be used
|
||||||
*/
|
*/
|
||||||
MatrixCall.prototype.assignElement = function(element, srcObject, queueId) {
|
MatrixCall.prototype.assignElement = function(element, srcObject, queueId) {
|
||||||
console.log("queuing assign on " + queueId + " element " + element + " for " + srcObject);
|
console.log("queuing assign on " + queueId + " element " + element + " for " +
|
||||||
|
srcObject);
|
||||||
if (this.mediaPromises[queueId]) {
|
if (this.mediaPromises[queueId]) {
|
||||||
this.mediaPromises[queueId] =
|
this.mediaPromises[queueId] =
|
||||||
this.mediaPromises[queueId].then(function() {
|
this.mediaPromises[queueId].then(function() {
|
||||||
|
Reference in New Issue
Block a user