aboutsummaryrefslogtreecommitdiff
path: root/js/reveal.js
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-11-26 17:41:01 -0500
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-11-26 17:41:01 -0500
commitcb9e507cd43dce2f118a7ae78a76bf8d6e2bf3ba (patch)
tree6cb01ad17cd65ee6433e726455c2c2dcc846a578 /js/reveal.js
parent3be84bcbe3095d80766cf63a84cb677387687ce7 (diff)
downloadfreenode-live-2017-presentation-cb9e507cd43dce2f118a7ae78a76bf8d6e2bf3ba.tar
freenode-live-2017-presentation-cb9e507cd43dce2f118a7ae78a76bf8d6e2bf3ba.tar.gz
remove debug code
Diffstat (limited to 'js/reveal.js')
-rw-r--r--js/reveal.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/js/reveal.js b/js/reveal.js
index 5de3912..743c81b 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -258,7 +258,6 @@ var Reveal = (function(){
// Called once synchronous scripts finish loading
function proceed() {
- console.log(111);
if( scriptsAsync.length ) {
// Load asynchronous scripts
head.js.apply( null, scriptsAsync );
@@ -271,7 +270,7 @@ var Reveal = (function(){
head.ready( s.src.match( /([\w\d_\-]*)\.?js$|[^\\\/]*$/i )[0], function() {
// Extension may contain callback functions
if( typeof s.callback === 'function' ) {
- s.callback.apply(this);
+ s.callback.apply( this );
}
if( --scriptsToPreload === 0 ) {