Skip to content

Commit e45062b

Browse files
committed
Version 1.2.10
1 parent f0881c4 commit e45062b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

js/dataTables.checkboxes.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
/*! Checkboxes 1.2.10-dev
1+
/*! Checkboxes 1.2.10
22
* Copyright (c) Gyrocode (www.gyrocode.com)
33
* License: MIT License
44
*/
55

66
/**
77
* @summary Checkboxes
88
* @description Checkboxes extension for jQuery DataTables
9-
* @version 1.2.10-dev
9+
* @version 1.2.10
1010
* @file dataTables.checkboxes.js
1111
* @author Gyrocode (http://www.gyrocode.com/projects/jquery-datatables-checkboxes/)
1212
* @contact http://www.gyrocode.com/contacts
@@ -86,7 +86,7 @@
8686
if ( this.s.ctx.checkboxes ) {
8787
return;
8888
}
89-
89+
9090
settings.checkboxes = this;
9191

9292
this._constructor();
@@ -1155,7 +1155,7 @@
11551155
* @name Checkboxes.version
11561156
* @static
11571157
*/
1158-
Checkboxes.version = '1.2.10-dev';
1158+
Checkboxes.version = '1.2.10';
11591159

11601160

11611161

0 commit comments

Comments
 (0)