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.
1 parent 359c61a commit 53b3160Copy full SHA for 53b3160
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