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,11 +149,12 @@
|
|||||||
});
|
});
|
||||||
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 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
return arry;
|
return arry;
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -664,4 +665,4 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
Loading…
Reference in New Issue
Block a user