Prefer const/let over var
This commit is contained in:
@@ -137,7 +137,7 @@ connection to a specified VNC server.
|
||||
|
||||
##### Syntax
|
||||
|
||||
var rfb = new RFB( target, url [, options] );
|
||||
let rfb = new RFB( target, url [, options] );
|
||||
|
||||
###### Parameters
|
||||
|
||||
|
||||
Reference in New Issue
Block a user