Skip to content

Commit 53b1201

Browse files
committed
Merge pull request #659 from fred-wang/issue636
MathJax.isPacked and MathJax.AuthorConfig mixup. #636
2 parents 0c85be8 + 53b3160 commit 53b1201

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

unpacked/MathJax.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,12 @@
2727
* limitations under the License.
2828
*/
2929

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+
3034
if (document.getElementById && document.childNodes && document.createElement) {
3135

32-
if (window.MathJax) {window.MathJax = {AuthorConfig: window.MathJax}} else {window.MathJax = {}}
3336
if (!MathJax.Hub) { // skip if already loaded
3437

3538
MathJax.version = "2.3-beta";

0 commit comments

Comments
 (0)