Skip to content

Commit 30990c4

Browse files
committed
Fix spelling of 'protocol'. Issue #1519.
1 parent 6e3b671 commit 30990c4

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)