Expose the CE object (so we can override its methods) and bump the version number

This commit is contained in:
Davide P. Cervone 2012-03-16 09:24:49 -04:00
parent 52427db658
commit 7c6b2c01df
3 changed files with 5 additions and 82 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -23,7 +23,7 @@
*/
MathJax.Extension["TeX/mhchem"] = {
version: "2.0"
version: "2.0.1"
};
MathJax.Hub.Register.StartupHook("TeX Jax Ready",function () {
@ -362,6 +362,7 @@ MathJax.Hub.Register.StartupHook("TeX Jax Ready",function () {
});
MathJax.Extension["TeX/mhchem"].CE = CE;
/***************************************************************************/