mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Math: Fix linting issues
This commit is contained in:
parent
f559f1b5e9
commit
11ea548c27
@ -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 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user