diff --git a/js/jquery.tablesorter.js b/js/jquery.tablesorter.js index 43158fd8..d665f3c4 100644 --- a/js/jquery.tablesorter.js +++ b/js/jquery.tablesorter.js @@ -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