Fix old focus on click references
The property was renamed when mergin the public API changes, but a few references were overlooked.
This commit is contained in:
+1
-1
@@ -442,7 +442,7 @@ RFB.prototype = {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!this._focus_on_click) {
|
||||
if (!this.focusOnClick) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user