mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Fix reference to old object.
This commit is contained in:
@@ -51,8 +51,8 @@ Guacamole.ArrayBufferReader = function(stream) {
|
||||
bufferView[i] = binary.charCodeAt(i);
|
||||
|
||||
// Call handler, if present
|
||||
if (guac_stream.ondata)
|
||||
guac_stream.ondata(arrayBuffer);
|
||||
if (guac_reader.ondata)
|
||||
guac_reader.ondata(arrayBuffer);
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user