mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUAC-1172: Fix reference to enqueueBodyCallback() - it's "enqueue", not "queue".
This commit is contained in:
@@ -167,7 +167,7 @@ Guacamole.Object = function(client, index) {
|
||||
|
||||
// Queue body callback if provided
|
||||
if (bodyCallback)
|
||||
queueBodyCallback(name, bodyCallback);
|
||||
enqueueBodyCallback(name, bodyCallback);
|
||||
|
||||
// Send request for input stream
|
||||
client.requestObjectInputStream(guacObject.index, name);
|
||||
|
Reference in New Issue
Block a user