Skip to content

Commit 7523687

Browse files
authored
Merge pull request mathjax#1527 from dpvc/issue1519
Fix spelling of 'protocol'. Issue mathjax#1519.
2 parents 3a41708 + 30990c4 commit 7523687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unpacked/MathJax.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ MathJax.cdnFileVersions = {}; // can be used to specify revisions for individua
659659

660660
var PATH = {};
661661
PATH[BASENAME] = ""; // empty path gets the root URL
662-
PATH.Contrib = (String(location.protocal).match(/^https?:/) ? "" : "http:") +
662+
PATH.Contrib = (String(location.protocol).match(/^https?:/) ? "" : "http:") +
663663
"//cdn.mathjax.org/mathjax/contrib"; // the third-party extensions
664664

665665
BASE.Ajax = {

0 commit comments

Comments
 (0)