Skip to content

Commit a0e2257

Browse files
committed
Minor documentation updates
1 parent 81fb185 commit a0e2257

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/authentication/Authentication.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ if(!javaxt.dhtml) javaxt.dhtml={};
55
//** Http Authentication
66
//*****************************************************************************/
77
/**
8-
* Used to perform BASIC HTTP authentication using a technique outlined in
9-
* the following article:
10-
* http://www.javaxt.com/Tutorials/Javascript/Form_Based_HTTP_Authentication
8+
* Used to perform BASIC HTTP authentication
119
*
1210
******************************************************************************/
1311

src/utils/WebSocket.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ javaxt.dhtml.WebSocket = function(config) {
3535
url: "",
3636

3737
/** Interval used to check whether the websocket is still alive and send
38-
* ping messages. Value is in milliseconds. Default is 15000 (15 seconds).
38+
* ping messages. Value is in milliseconds. Default is 15000 (1.5 seconds).
3939
*/
4040
keepAlive: 15000,
4141

0 commit comments

Comments
 (0)