|
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8"> |
5 | 5 | <meta http-equiv="x-ua-compatible" content="ie=edge"> |
6 | | - <title>stompjs@7.1.1, rx-stomp@2.0.1</title> |
| 6 | + <title>stompjs@7.2.0, rx-stomp@2.0.1</title> |
7 | 7 | <meta name="description" content=""> |
8 | 8 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
9 | 9 |
|
|
15 | 15 | <body> |
16 | 16 |
|
17 | 17 | <div class="navbar navbar-default navbar-fixed-top visible-xs"> |
18 | | - <a href="../" class="navbar-brand">stompjs@7.1.1, rx-stomp@2.0.1</a> |
| 18 | + <a href="../" class="navbar-brand">stompjs@7.2.0, rx-stomp@2.0.1</a> |
19 | 19 | <button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button> |
20 | 20 | </div> |
21 | 21 |
|
@@ -3898,7 +3898,7 @@ <h3 id="accessors"> |
3898 | 3898 | */ |
3899 | 3899 | public disconnect( |
3900 | 3900 | disconnectCallback?: any, |
3901 | | - headers: StompHeaders = {} |
| 3901 | + headers: StompHeaders = {}, |
3902 | 3902 | ): void { |
3903 | 3903 | if (disconnectCallback) { |
3904 | 3904 | this.onDisconnect = disconnectCallback; |
@@ -3931,7 +3931,7 @@ <h3 id="accessors"> |
3931 | 3931 | public send( |
3932 | 3932 | destination: string, |
3933 | 3933 | headers: { [key: string]: any } = {}, |
3934 | | - body: string = '' |
| 3934 | + body: string = '', |
3935 | 3935 | ): void { |
3936 | 3936 | headers = (Object as any).assign({}, headers); |
3937 | 3937 |
|
|
0 commit comments