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