GUACAMOLE-55: Remove unneeded reference to document.

This commit is contained in:
Michael Jumper
2016-06-28 20:44:24 -07:00
parent e4f7c6d058
commit 6e1bbb3cf4

View File

@@ -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