1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-22 06:13:41 +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

@@ -168,8 +168,7 @@ var RevealNotes = (function() {
}
// lofi xbrowser Promise.resolve()
return { then: function( resolve ) { resolve(); }};
return Promise.resolve();
},