Math: Fix linting issues

This commit is contained in:
Rob Garrison 2020-03-03 07:42:56 -06:00
parent f559f1b5e9
commit 11ea548c27

View File

@ -149,7 +149,8 @@
}); });
if ( ( hasFilter || !$tr.hasClass( filtered ) ) && if ( ( hasFilter || !$tr.hasClass( filtered ) ) &&
$t.not( mathAttrs.join( ',' ) ).length && $t.not( mathAttrs.join( ',' ) ).length &&
!$t.is( $el ) && $t.not( mathIgnore ).length ) { !$t.is( $el ) && $t.not( mathIgnore ).length
) {
arry[ arry.length ] = math.processText( c, $t ); arry[ arry.length ] = math.processText( c, $t );
} }
} }