File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- /*! Checkboxes 1.2.10-dev
1
+ /*! Checkboxes 1.2.10
2
2
* Copyright (c) Gyrocode (www.gyrocode.com)
3
3
* License: MIT License
4
4
*/
5
5
6
6
/**
7
7
* @summary Checkboxes
8
8
* @description Checkboxes extension for jQuery DataTables
9
- * @version 1.2.10-dev
9
+ * @version 1.2.10
10
10
* @file dataTables.checkboxes.js
11
11
* @author Gyrocode (http://www.gyrocode.com/projects/jquery-datatables-checkboxes/)
12
12
* @contact http://www.gyrocode.com/contacts
86
86
if ( this . s . ctx . checkboxes ) {
87
87
return ;
88
88
}
89
-
89
+
90
90
settings . checkboxes = this ;
91
91
92
92
this . _constructor ( ) ;
1155
1155
* @name Checkboxes.version
1156
1156
* @static
1157
1157
*/
1158
- Checkboxes . version = '1.2.10-dev ' ;
1158
+ Checkboxes . version = '1.2.10' ;
1159
1159
1160
1160
1161
1161
You can’t perform that action at this time.
0 commit comments