more forgiving code highlight line number format, add Promise polyfill
This commit is contained in:
parent
cfc2f9cf9c
commit
5301a9ea03
5 changed files with 10 additions and 9 deletions
|
@ -168,8 +168,7 @@ var RevealNotes = (function() {
|
|||
|
||||
}
|
||||
|
||||
// lofi xbrowser Promise.resolve()
|
||||
return { then: function( resolve ) { resolve(); }};
|
||||
return Promise.resolve();
|
||||
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue