From 0e4d427b3332da8b1be0dc8a48e57d7f89775b23 Mon Sep 17 00:00:00 2001 From: Henri Bergius Date: Fri, 1 Dec 2017 19:48:51 +0100 Subject: [PATCH] Typo fix --- infodisplay/infodisplay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infodisplay/infodisplay.js b/infodisplay/infodisplay.js index b00298a..223c165 100644 --- a/infodisplay/infodisplay.js +++ b/infodisplay/infodisplay.js @@ -63,7 +63,7 @@ function DisplayParticipant(broker, role, defaultUrls, timer) { next.onload = null; next.onerror = null; participant.send('open', getRotationUrl(urls, indata)); - callback('open', err); + callback('opened', err); }; next.onload = () => { next.onload = null;