mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-676: Fix flatten(), add missing Guacamole.Display comment.
This commit is contained in:
@@ -23,6 +23,12 @@
|
||||
var Guacamole = Guacamole || {};
|
||||
|
||||
/**
|
||||
* The Guacamole display. The display does not deal with the Guacamole
|
||||
* protocol, and instead implements a set of graphical operations which
|
||||
* embody the set of operations present in the protocol. The order operations
|
||||
* are executed is guaranteed to be in the same order as their corresponding
|
||||
* functions are called.
|
||||
*
|
||||
* @constructor
|
||||
*/
|
||||
Guacamole.Display = function() {
|
||||
|
Reference in New Issue
Block a user