Removed keymap (merged into keyboard), fixed JS semicolons, etc.

This commit is contained in:
Michael Jumper
2011-07-03 15:32:06 -07:00
parent 23ed11a933
commit fbce63ea64
4 changed files with 68 additions and 102 deletions

View File

@@ -54,7 +54,6 @@ function GuacamoleClient(display, tunnel) {
var cursorHotspotX = 0;
var cursorHotspotY = 0;
// FIXME: Make object. Clean up.
var cursorRectX = 0;
var cursorRectY = 0;
var cursorRectW = 0;
@@ -131,7 +130,7 @@ function GuacamoleClient(display, tunnel) {
var nameHandler = null;
this.setNameHandler = function(handler) {
nameHandler = handler;
}
};
var errorHandler = null;
this.setErrorHandler = function(handler) {
@@ -354,7 +353,7 @@ function GuacamoleClient(display, tunnel) {
if (layersToSync == 0)
tunnel.sendMessage("sync:" + timestamp + ";");
},
}
};