remove debug code
This commit is contained in:
parent
3be84bcbe3
commit
cb9e507cd4
2 changed files with 3 additions and 4 deletions
|
@ -258,7 +258,6 @@ var Reveal = (function(){
|
||||||
|
|
||||||
// Called once synchronous scripts finish loading
|
// Called once synchronous scripts finish loading
|
||||||
function proceed() {
|
function proceed() {
|
||||||
console.log(111);
|
|
||||||
if( scriptsAsync.length ) {
|
if( scriptsAsync.length ) {
|
||||||
// Load asynchronous scripts
|
// Load asynchronous scripts
|
||||||
head.js.apply( null, scriptsAsync );
|
head.js.apply( null, scriptsAsync );
|
||||||
|
@ -271,7 +270,7 @@ var Reveal = (function(){
|
||||||
head.ready( s.src.match( /([\w\d_\-]*)\.?js$|[^\\\/]*$/i )[0], function() {
|
head.ready( s.src.match( /([\w\d_\-]*)\.?js$|[^\\\/]*$/i )[0], function() {
|
||||||
// Extension may contain callback functions
|
// Extension may contain callback functions
|
||||||
if( typeof s.callback === 'function' ) {
|
if( typeof s.callback === 'function' ) {
|
||||||
s.callback.apply(this);
|
s.callback.apply( this );
|
||||||
}
|
}
|
||||||
|
|
||||||
if( --scriptsToPreload === 0 ) {
|
if( --scriptsToPreload === 0 ) {
|
||||||
|
|
4
js/reveal.min.js
vendored
4
js/reveal.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue