diff -r ea012d90825d -r 9a73d5e762b0 web/data/jquery.tablesorter.js --- a/web/data/jquery.tablesorter.js Fri Oct 21 17:14:05 2011 +0200 +++ b/web/data/jquery.tablesorter.js Fri Oct 21 17:42:56 2011 +0200 @@ -684,7 +684,7 @@ function getCachedSortType(parsers, i) { return parsers[i].type; }; /* public methods */ - this.construct = function (settings) { + this.construct = function (settings) { cw.log(settings); return this.each(function () { // if no thead or tbody quit. if (!this.tHead || !this.tBodies) return;