GUAC-676: Fix flatten(), add missing Guacamole.Display comment.

This commit is contained in:
Michael Jumper
2014-05-12 00:04:47 -07:00
parent 299c341ce0
commit 074e1cf3fa
2 changed files with 33 additions and 20 deletions

View File

@@ -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() {