Skip to content

Commit aed2b96

Browse files
committed
filter document
1 parent bc8c95c commit aed2b96

File tree

4 files changed

+110
-638
lines changed

4 files changed

+110
-638
lines changed

lib/connectionConfig.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,9 @@ function ConnectionConfig(serverUrl, params) {
4242
this.refid = false
4343
/** @type {string | boolean} */
4444
this.connection_error = false
45-
45+
//I can set serverURL only in constructor
4646
let surl = this.parseServerURL(serverUrl)
4747

48-
//I can set serverURL only in constructor
4948
this.server = surl
5049
if (params) this.update(params)
5150

0 commit comments

Comments
 (0)