Skip to content

Commit c711354

Browse files
committed
Minor fix
1 parent 50f4bd7 commit c711354

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

js/dataTables.alphabetSearch.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! AlphabetSearch for DataTables v1.2.1
1+
/*! AlphabetSearch for DataTables v1.2.2-dev
22
* 2014 SpryMedia Ltd - datatables.net/license
33
* Gyrocode - MIT License
44
*/
@@ -7,7 +7,7 @@
77
* @summary AlphabetSearch
88
* @description Show an set of alphabet buttons alongside a table providing
99
* search input options
10-
* @version 1.2.1
10+
* @version 1.2.2-dev
1111
* @file dataTables.alphabetSearch.js
1212
* @author SpryMedia Ltd (www.sprymedia.co.uk)
1313
* @contact www.sprymedia.co.uk/contact
@@ -34,7 +34,7 @@ $.fn.dataTable.Api.register( 'alphabetSearch()', function ( searchTerm ) {
3434
} );
3535

3636
// Recalculate the alphabet display for updated data
37-
$.fn.dataTable.Api.register( 'alphabetSearch.recalc()', function ( searchTerm ) {
37+
$.fn.dataTable.Api.register( 'alphabetSearch.recalc()', function () {
3838
this.iterator( 'table', function ( context ) {
3939
draw(
4040
new $.fn.dataTable.Api( context ),

js/dataTables.alphabetSearch.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)