Revert "Removes difference with upstream branch."

This reverts commit 6684712f46caf0e619fef026b196b8c089b87d61.
This commit is contained in:
Thomas Goirand 2013-10-11 22:25:19 +08:00
parent 0c63228e12
commit 4d400438ba
1 changed files with 0 additions and 2 deletions

View File

@ -36,7 +36,6 @@ var that = {}, // Public API methods
//
// Private RFB namespace variables
//
nova_token = '',
rfb_host = '',
rfb_port = 5900,
rfb_password = '',
@ -1761,7 +1760,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 : "";