Scroller: fix linting issue

This commit is contained in:
Rob Garrison 2017-04-18 19:47:49 -05:00
parent 3cc0e1f72a
commit 23dd3ed796

View File

@ -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,