Skip to content

Commit 4e0a56d

Browse files
committed
Clean code.
1 parent 6db56d6 commit 4e0a56d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

websocket.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ function websocket_ondata(chunk) {
169169
}
170170

171171
function websocket_onerror(e) {
172-
this.destroy && this.destroy();
172+
this.destroy && this.destroy();
173173
this.$controller && this.$controller.onerror(e);
174174
}
175175

0 commit comments

Comments
 (0)