Core: fix broken unbinding of events

This commit is contained in:
Mottie 2015-02-11 18:18:28 -06:00
parent 4ca95358c4
commit 5e8953d901

View File

@ -851,8 +851,8 @@
function bindMethods(table){
var c = table.config,
$table = c.$table,
events = 'sortReset update updateRows updateCell updateAll addRows updateComplete sorton appendCache ' +
'updateCache applyWidgetId applyWidgets refreshWidgets destroy mouseup mouseleave '.split(' ')
events = ('sortReset update updateRows updateCell updateAll addRows updateComplete sorton appendCache ' +
'updateCache applyWidgetId applyWidgets refreshWidgets destroy mouseup mouseleave ').split(' ')
.join(c.namespace + ' ');
// apply easy methods that trigger bound events
$table