Skip to content

Commit 98ca0e0

Browse files
authored
Update slick.cellselectionmodel.js
1 parent 195ce8e commit 98ca0e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/slick.cellselectionmodel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
var _self = this;
1414
var _selector;
1515

16-
if (options === undefined || options.cellRangeSelector === undefined) {
16+
if (typeof options === "undefined" || typeof options.cellRangeSelector === "undefined") {
1717
_selector = new Slick.CellRangeSelector({
1818
"selectionCss": {
1919
"border": "2px solid black"

0 commit comments

Comments
 (0)