File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1581
1581
var w = this . GetDimen ( name ) ,
1582
1582
h = this . GetDimen ( name ) ,
1583
1583
d = this . GetDimen ( name ) ;
1584
- var mml , def = { width :w , height :h , depth :d } ;
1584
+ var def = { width :w , height :h , depth :d } ;
1585
1585
if ( style !== 'blank' ) {
1586
1586
def . mathbackground = ( this . stack . env . color || "black" ) ;
1587
1587
}
Original file line number Diff line number Diff line change 1005
1005
// Remap combining characters to non-combining versions since Safari
1006
1006
// handles them differently from everyone else. (#1709)
1007
1007
//
1008
- var char = this . flushText ( node , state ) ;
1008
+ var chr = this . flushText ( node , state ) ;
1009
1009
var r = ( FONT [ item . n ] || font [ item . n ] ) [ 4 ] - ( C [ 4 ] - C [ 2 ] ) ;
1010
- char . style . marginLeft = CHTML . Em ( - C [ 2 ] - r ) ;
1011
- if ( r < 0 ) char . style . marginRight = CHTML . Em ( - r ) ;
1010
+ chr . style . marginLeft = CHTML . Em ( - C [ 2 ] - r ) ;
1011
+ if ( r < 0 ) chr . style . marginRight = CHTML . Em ( - r ) ;
1012
1012
}
1013
1013
} ,
1014
1014
//
You can’t perform that action at this time.
0 commit comments