We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58fd0b5 commit 4f8c6f4Copy full SHA for 4f8c6f4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "slickgrid",
3
- "version": "2.3.15",
+ "version": "2.3.16",
4
"description": "A lightning fast JavaScript grid/spreadsheet",
5
"main": "slick.core.js",
6
"directories": {
slick.grid.js
@@ -3844,7 +3844,7 @@ if (typeof Slick === "undefined") {
3844
// Public API
3845
3846
$.extend(this, {
3847
- "slickGridVersion": "2.3.15",
+ "slickGridVersion": "2.3.16",
3848
3849
// Events
3850
"onScroll": new Slick.Event(),
0 commit comments