Merge branch 'v2.0-patches' of https://github.com/dpvc/MathJax into v2.0-latest

This commit is contained in:
Davide P. Cervone 2012-02-29 11:33:34 -05:00
commit 25dffe4130
2 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -2400,6 +2400,11 @@ MathJax.Hub.Startup = {
document.write('<?import namespace="m" implementation="#MathPlayer">');
browser.mpImported = true;
}
} else {
// Adding any namespace avoids a crash in IE9 in IE9-standards mode
// (any reference to document.namespaces before document.readyState is
// "complete" causes an "unspecified error" to be thrown)
document.namespaces.add("mjx_IE_fix","http://www.w3.org/1999/xlink");
}
}
});