equal
deleted
inserted
replaced
682 }; |
682 }; |
683 |
683 |
684 function getCachedSortType(parsers, i) { |
684 function getCachedSortType(parsers, i) { |
685 return parsers[i].type; |
685 return parsers[i].type; |
686 }; /* public methods */ |
686 }; /* public methods */ |
687 this.construct = function (settings) { |
687 this.construct = function (settings) { cw.log(settings); |
688 return this.each(function () { |
688 return this.each(function () { |
689 // if no thead or tbody quit. |
689 // if no thead or tbody quit. |
690 if (!this.tHead || !this.tBodies) return; |
690 if (!this.tHead || !this.tBodies) return; |
691 // declare |
691 // declare |
692 var $this, $document, $headers, cache, config, shiftDown = 0, |
692 var $this, $document, $headers, cache, config, shiftDown = 0, |