Scroller: apply on initialization. Fixes #860

This commit is contained in:
Mottie 2015-04-02 18:46:19 -05:00
parent bbaa88ab98
commit 318e398019
7 changed files with 7 additions and 7 deletions

View File

@ -4089,7 +4089,7 @@ ts.addWidget({
})(jQuery, window);
/*! Widget: resizable - updated 3/26/2015 (v2.21.3) */
/*! Widget: resizable - updated 4/2/2015 (v2.21.5) */
;(function ($, window) {
'use strict';
var ts = $.tablesorter = $.tablesorter || {};

View File

@ -1960,7 +1960,7 @@ ts.addWidget({
})(jQuery, window);
/*! Widget: resizable - updated 3/26/2015 (v2.21.3) */
/*! Widget: resizable - updated 4/2/2015 (v2.21.5) */
;(function ($, window) {
'use strict';
var ts = $.tablesorter = $.tablesorter || {};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4095,7 +4095,7 @@ ts.addWidget({
})(jQuery, window);
/*! Widget: resizable - updated 3/26/2015 (v2.21.3) */
/*! Widget: resizable - updated 4/2/2015 (v2.21.5) */
;(function ($, window) {
'use strict';
var ts = $.tablesorter = $.tablesorter || {};

View File

@ -1966,7 +1966,7 @@ ts.addWidget({
})(jQuery, window);
/*! Widget: resizable - updated 3/26/2015 (v2.21.3) */
/*! Widget: resizable - updated 4/2/2015 (v2.21.5) */
;(function ($, window) {
'use strict';
var ts = $.tablesorter = $.tablesorter || {};

View File

@ -434,7 +434,7 @@ ts.scroller = {
ts.bindEvents( c.table, $fixedColumn.find( '.' + tscss.header ) );
// update thead & tbody in fixed column
temp = ( 'sortEnd filterEnd ' ).split( ' ' ).join( namespace + ' ' );
temp = ( 'tablesorter-initialized sortEnd filterEnd ' ).split( ' ' ).join( namespace + ' ' );
c.$table
.off( temp )
.on( temp, function( event, size ) {