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