mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 07:01:21 +00:00
GUAC-549: Use Guacamole.Status for ack messages.
This commit is contained in:
@@ -48,9 +48,7 @@ Guacamole.OutputStream = function(client, index) {
|
||||
* that a stream operation has completed, or an error has occurred.
|
||||
*
|
||||
* @event
|
||||
* @param {String} message A human-readable status message related to the
|
||||
* operation performed.
|
||||
* @param {Number} code The error code associated with the operation.
|
||||
* @param {Guacamole.Status} status The status of the operation.
|
||||
*/
|
||||
this.onack = null;
|
||||
|
||||
|
Reference in New Issue
Block a user