Bug 1294547 - Enable the comma-spacing rule for eslint. r=felipe
MozReview-Commit-ID: RCSDEvvk2I
This commit is contained in:
@@ -144,7 +144,7 @@ function RemoteMedia(url, listener) {
|
||||
this._listener = listener;
|
||||
this._status = "uninitialized";
|
||||
|
||||
let serverURI = Services.io.newURI(this._url , null, null);
|
||||
let serverURI = Services.io.newURI(this._url, null, null);
|
||||
this._socket = Cc["@mozilla.org/network/socket-transport-service;1"].getService(Ci.nsISocketTransportService).createTransport(null, 0, serverURI.host, 9191, null);
|
||||
this._outputStream = this._socket.openOutputStream(0, 0, 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user