Firefox fails to boot the iframe if there is no number on setInterval

This commit is contained in:
Caleb James DeLisle 2017-08-17 16:17:57 +02:00
parent d88704fb50
commit 3c0197cbf4

View File

@ -148,7 +148,7 @@ define([
content: { requireConf: RequireConfig },
q: 'INIT'
}), '*');
});
}, 1);
});
}
};