Issue #698: Non-async scripts were not executed before Reveal started

This commit is contained in:
Thomas Endres 2013-11-10 14:48:50 +01:00
parent e0dccd85be
commit 0ffbe8d09c
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ var Reveal = (function(){
}
if( scripts.length ) {
head.ready( proceed );
scripts.push(proceed);
// Load synchronous scripts
head.js.apply( null, scripts );