Skip to content

Commit 1a0e709

Browse files
authored
Merge pull request #1797 from dpvc/patch-latest
Fix typo in function name
2 parents 500ae43 + 3f6c00d commit 1a0e709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unpacked/latest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
} else {
130130
Error("Problem aquiring MathJax version: status = " + request.status);
131131
}
132-
laodDefaultMathJax();
132+
loadDefaultMathJax();
133133
}
134134
}
135135
request.open('GET', cdn.api, true);

0 commit comments

Comments
 (0)