requestDesktopSize() should always return a value

This commit is contained in:
Samuel Mannehed 2016-11-04 13:00:14 +01:00
parent 80b7dde665
commit b2cf3b68b3
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@
requestDesktopSize: function (width, height) {
if (this._rfb_connection_state !== 'connected' ||
this._view_only) {
return;
return false;
}
if (this._supportsSetDesktopSize) {