GUACAMOLE-352: Refactor Guacamole.Keyboard.InputSink to Guacamole.InputSink.

This commit is contained in:
Michael Jumper
2018-01-14 16:29:06 -08:00
parent b61f12d69d
commit a49bfadebf
3 changed files with 129 additions and 110 deletions

View File

@@ -83,7 +83,7 @@ angular.module('index').controller('indexController', ['$scope', '$injector',
};
// Add default destination for input events
var sink = new Guacamole.Keyboard.InputSink();
var sink = new Guacamole.InputSink();
$document[0].body.appendChild(sink.getElement());
// Create event listeners at the global level