aboutsummaryrefslogtreecommitdiff
path: root/plugin/math/math.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/math/math.js')
-rwxr-xr-xplugin/math/math.js3
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();
}
}