1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-06 06:38:08 +02:00

more forgiving code highlight line number format, add Promise polyfill

This commit is contained in:
Hakim El Hattab
2019-03-14 13:05:01 +01:00
parent cfc2f9cf9c
commit 5301a9ea03
5 changed files with 10 additions and 9 deletions

View File

@@ -84,8 +84,7 @@ var RevealMath = window.RevealMath || (function(){
} );
// lofi xbrowser Promise.resolve()
return { then: function( resolve ) { resolve(); }};
return Promise.resolve();
}
}