File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
unpacked/jax/output/HTML-CSS/autoload Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
*/
26
26
27
27
MathJax . Hub . Register . StartupHook ( "HTML-CSS Jax Ready" , function ( ) {
28
- var VERSION = "2.2" ;
28
+ var VERSION = "2.2.1 " ;
29
29
var MML = MathJax . ElementJax . mml ,
30
30
HTMLCSS = MathJax . OutputJax [ "HTML-CSS" ] ;
31
31
@@ -76,8 +76,8 @@ MathJax.Hub.Register.StartupHook("HTML-CSS Jax Ready",function () {
76
76
HD = bbox . h + bbox . d ;
77
77
if ( HD ) {
78
78
min = HTMLCSS . length2em ( min , mu , HD ) ;
79
- if ( min * bbox . h / HD > H [ j ] ) { H [ j ] = min * bbox . h / HD }
80
- if ( min * bbox . d / HD > D [ j ] ) { D [ j ] = min * bbox . d / HD }
79
+ if ( min * bbox . h / HD > H [ i ] ) { H [ i ] = min * bbox . h / HD }
80
+ if ( min * bbox . d / HD > D [ i ] ) { D [ i ] = min * bbox . d / HD }
81
81
}
82
82
} else if ( mo . HTMLcanStretch ( "Horizontal" ) ) {
83
83
min = HTMLCSS . length2em ( min , mu , bbox . w ) ;
You can’t perform that action at this time.
0 commit comments