Typo fix
This commit is contained in:
parent
f32456e4c3
commit
0e4d427b33
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ function DisplayParticipant(broker, role, defaultUrls, timer) {
|
||||||
next.onload = null;
|
next.onload = null;
|
||||||
next.onerror = null;
|
next.onerror = null;
|
||||||
participant.send('open', getRotationUrl(urls, indata));
|
participant.send('open', getRotationUrl(urls, indata));
|
||||||
callback('open', err);
|
callback('opened', err);
|
||||||
};
|
};
|
||||||
next.onload = () => {
|
next.onload = () => {
|
||||||
next.onload = null;
|
next.onload = null;
|
||||||
|
|
Loading…
Add table
Reference in a new issue