Increase delay before configuring Reveal.js in RISE plugin

This commit is contained in:
Antonin Stefanutti 2016-07-17 20:40:59 +02:00
parent a768e10e25
commit 4d68a0afa4

View File

@ -33,7 +33,7 @@ RISE.prototype = {
});
});
resolve();
}, 1000);
}, 2000);
});
},