projects
/
reveal.js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ead85fd
)
remove pointless .call()
author
Hakim El Hattab
<hakim.elhattab@gmail.com>
Fri, 16 Aug 2013 13:30:22 +0000
(09:30 -0400)
committer
Hakim El Hattab
<hakim.elhattab@gmail.com>
Fri, 16 Aug 2013 13:30:22 +0000
(09:30 -0400)
plugin/math/math.js
patch
|
blob
|
history
diff --git
a/plugin/math/math.js
b/plugin/math/math.js
index 104d0e594c2fa642fcb2999afe04363b72266ec5..4e3402e5ce6a58a83e8db25071e38ed60ab78bf0 100755
(executable)
--- a/
plugin/math/math.js
+++ b/
plugin/math/math.js
@@
-52,7
+52,7
@@
var RevealMath = window.RevealMath || (function(){
// IE
script.onreadystatechange = function() {
if ( this.readyState === 'loaded' ) {
- finish
.call
();
+ finish();
}
}