don't couple to WebSocket in enginespec

This commit is contained in:
Erik 2015-10-16 14:59:53 -04:00
parent a6c700230d
commit 7f443faf92

View File

@ -32,7 +32,6 @@ import Foundation
var socketPath: String {get}
var urlPolling: String {get}
var urlWebSocket: String {get}
var ws: WebSocket? {get}
init(client: SocketEngineClient, opts: NSDictionary?)