Revert "Removes difference with upstream branch."

This reverts commit 6684712f46caf0e619fef026b196b8c089b87d61.
This commit is contained in:
Thomas Goirand 2013-10-11 22:23:37 +08:00
parent 28e38e305c
commit 68d7d0825e
1 changed files with 0 additions and 2 deletions

View File

@ -35,7 +35,6 @@ var that = {}, // Public API methods
//
// Private RFB namespace variables
//
nova_token = '',
rfb_host = '',
rfb_port = 5900,
rfb_password = '',
@ -1784,7 +1783,6 @@ clientCutText = function(text) {
that.connect = function(host, port, password, path) {
//Util.Debug(">> connect");
nova_token = token;
rfb_host = host;
rfb_port = port;
rfb_password = (password !== undefined) ? password : "";