mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +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 $window = $injector.get('$window');
|
||||||
var clipboardService = $injector.get('clipboardService');
|
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
|
* Map of all currently pressed keys by keysym. If a particular key is
|
||||||
* currently pressed, the value stored under that key's keysym within
|
* currently pressed, the value stored under that key's keysym within
|
||||||
|
Reference in New Issue
Block a user