changeset 8000 | 9a73d5e762b0 |
parent 7953 | a37531c8a4a6 |
child 8003 | 7e240c04c69f |
--- 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;