Fix typo in include/rfb.js

This commit is contained in:
Mohamed Elawadi 2016-02-01 12:49:42 +02:00
parent 34aa5d7056
commit 79e7b7b47f
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ var RFB;
uri += '://' + this._rfb_host + ':' + this._rfb_port + '/' + this._rfb_path;
if (self._rfb_queryargs != null) {
var querystr = WebUtil.objToQueryString(self._rfb_queryargs);
uri += "?" _ querystr;
uri += "?" + querystr;
}
Util.Info("connecting to " + uri);