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:
Pierre Ossman
2017-11-11 16:44:53 +01:00
parent a201bfc5eb
commit b8dfb983df
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -442,7 +442,7 @@ RFB.prototype = {
return;
}
if (!this._focus_on_click) {
if (!this.focusOnClick) {
return;
}