This commit is contained in:
Kevin Sawicki 2016-06-07 10:25:21 -07:00
Родитель ce1a9740f6
Коммит 5c880b7c99
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -82,7 +82,7 @@ var createGuest = function (embedder, params) {
for (const event of destroyEvents) {
embedder.once(event, destroy)
// Users might also listen to the crashed event, so We must ensure the guest
// Users might also listen to the crashed event, so we must ensure the guest
// is destroyed before users' listener gets called. It is done by moving our
// listener to the first one in queue.
const listeners = embedder._events[event]