We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c85be8 + 53b3160 commit 53b1201Copy full SHA for 53b1201
unpacked/MathJax.js
@@ -27,9 +27,12 @@
27
* limitations under the License.
28
*/
29
30
+if (window.MathJax) {window.MathJax = {AuthorConfig: window.MathJax}} else {window.MathJax = {}}
31
+
32
+// MathJax.isPacked = true; // This line is uncommented by the packer.
33
34
if (document.getElementById && document.childNodes && document.createElement) {
35
-if (window.MathJax) {window.MathJax = {AuthorConfig: window.MathJax}} else {window.MathJax = {}}
36
if (!MathJax.Hub) { // skip if already loaded
37
38
MathJax.version = "2.3-beta";
0 commit comments