mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-30 00:23:21 +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); |             bufferView[i] = binary.charCodeAt(i); | ||||||
|  |  | ||||||
|         // Call handler, if present |         // Call handler, if present | ||||||
|         if (guac_stream.ondata) |         if (guac_reader.ondata) | ||||||
|             guac_stream.ondata(arrayBuffer); |             guac_reader.ondata(arrayBuffer); | ||||||
|  |  | ||||||
|     }; |     }; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user