Fix a problem with NativeMML output where require.push() could cause an error when used in the combined configuration files

This commit is contained in:
Davide P. Cervone 2012-02-13 11:57:37 -05:00
parent 301c7d1f2e
commit 7c58066b7e
7 changed files with 7 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -59,6 +59,7 @@
"div.MathJax_MathContainer > span": {"text-align": align+"!important"}
});
}
if (!this.require) {this.require = []}
this.require.push(MathJax.OutputJax.extensionDir+"/MathEvents.js");
},
Startup: function () {