mirror of
https://github.com/Mottie/tablesorter.git
synced 2025-01-12 15:24:21 +00:00
Scroller: fix linting issue
This commit is contained in:
parent
3cc0e1f72a
commit
23dd3ed796
@ -365,7 +365,7 @@
|
|||||||
|
|
||||||
resize : function( c, wo ) {
|
resize : function( c, wo ) {
|
||||||
if ( wo.scroller_isBusy ) { return; }
|
if ( wo.scroller_isBusy ) { return; }
|
||||||
var index, borderWidth, setWidth, $headers, $this, temp,
|
var index, borderWidth, setWidth, $headers, $this,
|
||||||
tsScroller = ts.scroller,
|
tsScroller = ts.scroller,
|
||||||
$container = wo.scroller_$container,
|
$container = wo.scroller_$container,
|
||||||
$table = c.$table,
|
$table = c.$table,
|
||||||
|
Loading…
Reference in New Issue
Block a user