more forgiving code highlight line number format, add Promise polyfill
This commit is contained in:
@ -168,8 +168,7 @@ var RevealNotes = (function() {
|
||||
|
||||
}
|
||||
|
||||
// lofi xbrowser Promise.resolve()
|
||||
return { then: function( resolve ) { resolve(); }};
|
||||
return Promise.resolve();
|
||||
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user