diff --git a/guacamole-common-js/src/main/webapp/modules/Object.js b/guacamole-common-js/src/main/webapp/modules/Object.js index 07a95beea..4fe650037 100644 --- a/guacamole-common-js/src/main/webapp/modules/Object.js +++ b/guacamole-common-js/src/main/webapp/modules/Object.js @@ -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);