mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
Fix call to addEventListener (ticket #210).
This commit is contained in:
@@ -510,10 +510,10 @@ Guacamole.Layer = function(width, height) {
|
||||
|
||||
render_callback();
|
||||
|
||||
});
|
||||
}, false);
|
||||
|
||||
// Unblock future operations after an error
|
||||
video.addEventListener("error", lock.unblock);
|
||||
video.addEventListener("error", lock.unblock, false);
|
||||
|
||||
// Play video as soon as current tasks are complete, now that the
|
||||
// lock has been set up.
|
||||
|
Reference in New Issue
Block a user