mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Core: fix broken unbinding of events
This commit is contained in:
parent
4ca95358c4
commit
5e8953d901
@ -851,8 +851,8 @@
|
|||||||
function bindMethods(table){
|
function bindMethods(table){
|
||||||
var c = table.config,
|
var c = table.config,
|
||||||
$table = c.$table,
|
$table = c.$table,
|
||||||
events = 'sortReset update updateRows updateCell updateAll addRows updateComplete sorton appendCache ' +
|
events = ('sortReset update updateRows updateCell updateAll addRows updateComplete sorton appendCache ' +
|
||||||
'updateCache applyWidgetId applyWidgets refreshWidgets destroy mouseup mouseleave '.split(' ')
|
'updateCache applyWidgetId applyWidgets refreshWidgets destroy mouseup mouseleave ').split(' ')
|
||||||
.join(c.namespace + ' ');
|
.join(c.namespace + ' ');
|
||||||
// apply easy methods that trigger bound events
|
// apply easy methods that trigger bound events
|
||||||
$table
|
$table
|
||||||
|
Loading…
Reference in New Issue
Block a user