www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 53b1201b54d784ffde3e51d9f884e302cccc954a
parent 0c85be88e0bbe2a65f1ff98d52bd96311288c531
Author: Frédéric Wang <fred.wang@free.fr>
Date:   Thu,  7 Nov 2013 05:51:18 -0800

Merge pull request #659 from fred-wang/issue636

MathJax.isPacked and MathJax.AuthorConfig mixup. #636
Diffstat:
Munpacked/MathJax.js | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/unpacked/MathJax.js b/unpacked/MathJax.js @@ -27,9 +27,12 @@ * limitations under the License. */ +if (window.MathJax) {window.MathJax = {AuthorConfig: window.MathJax}} else {window.MathJax = {}} + +// MathJax.isPacked = true; // This line is uncommented by the packer. + if (document.getElementById && document.childNodes && document.createElement) { -if (window.MathJax) {window.MathJax = {AuthorConfig: window.MathJax}} else {window.MathJax = {}} if (!MathJax.Hub) { // skip if already loaded MathJax.version = "2.3-beta";