diff options
Diffstat (limited to 'plugin/math')
-rwxr-xr-x | plugin/math/math.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugin/math/math.js b/plugin/math/math.js index a640e1f..b78d120 100755 --- a/plugin/math/math.js +++ b/plugin/math/math.js @@ -84,8 +84,7 @@ var RevealMath = window.RevealMath || (function(){ } ); - // lofi xbrowser Promise.resolve() - return { then: function( resolve ) { resolve(); }}; + return Promise.resolve(); } } |