mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-55: Remove unneeded reference to document.
This commit is contained in:
@@ -70,14 +70,6 @@ angular.module('clipboard').directive('guacClipboard', ['$injector',
|
||||
var $window = $injector.get('$window');
|
||||
var clipboardService = $injector.get('clipboardService');
|
||||
|
||||
/**
|
||||
* Reference to the window.document object.
|
||||
*
|
||||
* @private
|
||||
* @type HTMLDocument
|
||||
*/
|
||||
var document = $window.document;
|
||||
|
||||
/**
|
||||
* Map of all currently pressed keys by keysym. If a particular key is
|
||||
* currently pressed, the value stored under that key's keysym within
|
||||
|
Reference in New Issue
Block a user