www

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

commit 4c8158ca36dd45b5be3a8a8d530a08f8bd4eae75
parent e0bf912cf3128ab7f0bc95f58c79a310acedb52a
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Thu, 16 Jul 2015 15:38:41 -0400

Merge branch 'issue1028' into develop.  Issue #1028.

Diffstat:
Munpacked/extensions/TeX/AMSmath.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unpacked/extensions/TeX/AMSmath.js b/unpacked/extensions/TeX/AMSmath.js @@ -333,7 +333,7 @@ MathJax.Hub.Register.StartupHook("TeX Jax Ready",function () { while (n > 0) {align += "rl"; spacing.push("0em 0em"); n--} spacing = spacing.join(" "); if (taggable) {return this.AMSarray(begin,numbered,taggable,align,spacing)} - var array = this.Array.call(this,begin,null,null,align,spacing,".5em",'D'); + var array = this.AMSarray(begin,numbered,taggable,align,spacing); return this.setArrayAlign(array,valign); },