Skip to content

Commit 2685ab2

Browse files
committed
Added function names to transports
1 parent a1fb1b4 commit 2685ab2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/dop.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ var dop = {
1919
// src
2020
util: {},
2121
core: {},
22-
protocol: {},
23-
transport: {listen:{}, connect:{}}
22+
protocol: {}
2423
};
2524

2625

src/env/browser/websocket.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
var connectWebsocket = function(dop, node, options) {
2+
var connectWebsocket = function websocket(dop, node, options) {
33

44
var url = 'ws://localhost:4444/';
55

0 commit comments

Comments
 (0)