Fix some comments
This commit is contained in:
parent
167aedfa09
commit
1ee6dffddc
|
@ -1699,7 +1699,7 @@ MathJax.Hub.Startup = {
|
|||
// Make Translate produce an error message until the true one is loaded
|
||||
this.constructor.prototype.Translate = this.noTranslate;
|
||||
var queue = CALLBACK.Queue();
|
||||
// Load any needed the element jax
|
||||
// Load any needed element jax
|
||||
var jax = this.elementJax; if (!(jax instanceof Array)) {jax = [jax]}
|
||||
for (var i = 0, m = jax.length; i < m; i++) {
|
||||
var file = BASE.ElementJax.directory+"/"+jax[i]+"/"+this.JAXFILE;
|
||||
|
|
Loading…
Reference in New Issue
Block a user