Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
8ggmaker committed Jul 20, 2017
1 parent fb3318b commit f45ba04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Transports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export class WebSocketTransport extends HttpBasedTransport implements ITransport
wx.connectSocket({url:url});

wx.onSocketOpen(function(res){
transport.websocket = 'wx';
transport.websocket = wx;
if(isReconnect){
reslove()
}
Expand Down

0 comments on commit f45ba04

Please sign in to comment.