-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
d04853a9ab4fb7e9f5b4acfc1fea81f5952116e8 Dev: Expand check to allow f…
…or undefined, since it is a sparse array Sync to source repo @d04853a9ab4fb7e9f5b4acfc1fea81f5952116e8
- Loading branch information
dtbuild
committed
Apr 17, 2024
1 parent
59abadb
commit 490d27b
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2647,7 +2647,7 @@ | |
|
||
var row = settings.aoData[rowIdx]; | ||
|
||
if (row === null) { | ||
if (! row) { | ||
return undefined; | ||
} | ||
|
||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters