version bump

This commit is contained in:
Mottie 2015-06-30 18:56:38 -05:00
parent 57efd75a40
commit 0e611bc6a8
7 changed files with 14 additions and 10 deletions

View File

@ -82,6 +82,10 @@ If you would like to contribute, please...
View the [complete change log here](//github.com/Mottie/tablesorter/wiki/Changes).
#### <a name="v2.22.3">Version 2.22.3</a> (6/30/2015)
* Scroller: fix javascript error `scroller_$fixedColumns` is undefined.
#### <a name="v2.22.2">Version 2.22.2</a> (6/30/2015)
* Core

View File

@ -10,7 +10,7 @@
}
}(function($) {
/*! TableSorter (FORK) v2.22.2 *//*
/*! TableSorter (FORK) v2.22.3 *//*
* Client-side table sorting with ease!
* @requires jQuery v1.2.6+
*
@ -38,7 +38,7 @@
var ts = this;
ts.version = '2.22.2';
ts.version = '2.22.3';
ts.parsers = [];
ts.widgets = [];

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
}
}(function($) {
/*! TableSorter (FORK) v2.22.2 *//*
/*! TableSorter (FORK) v2.22.3 *//*
* Client-side table sorting with ease!
* @requires jQuery v1.2.6+
*
@ -36,7 +36,7 @@
var ts = this;
ts.version = '2.22.2';
ts.version = '2.22.3';
ts.parsers = [];
ts.widgets = [];

File diff suppressed because one or more lines are too long

View File

@ -16,7 +16,7 @@
}
}(function($) {
/*! TableSorter (FORK) v2.22.2 *//*
/*! TableSorter (FORK) v2.22.3 *//*
* Client-side table sorting with ease!
* @requires jQuery v1.2.6+
*
@ -44,7 +44,7 @@
var ts = this;
ts.version = '2.22.2';
ts.version = '2.22.3';
ts.parsers = [];
ts.widgets = [];

View File

@ -1,4 +1,4 @@
/*! TableSorter (FORK) v2.22.2 *//*
/*! TableSorter (FORK) v2.22.3 *//*
* Client-side table sorting with ease!
* @requires jQuery v1.2.6+
*
@ -26,7 +26,7 @@
var ts = this;
ts.version = '2.22.2';
ts.version = '2.22.3';
ts.parsers = [];
ts.widgets = [];