Skip to content

Commit 39146b4

Browse files
author
dtbuild
committed
26e9e613281a415643907841d0d7d1b3ac6a99fb Dev: Remove .filter - no longer needed
Sync to source repo @26e9e613281a415643907841d0d7d1b3ac6a99fb
1 parent 84cd260 commit 39146b4

File tree

5 files changed

+3
-7
lines changed

5 files changed

+3
-7
lines changed

datatables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
],
1212
"src-repo": "http://github.com/DataTables/DataTablesSrc",
1313
"last-tag": "2.3.3",
14-
"last-sync": "08518d1bb93bdc00458c034c01de9951ff1289a1"
14+
"last-sync": "26e9e613281a415643907841d0d7d1b3ac6a99fb"
1515
}

js/dataTables.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4326,7 +4326,6 @@
43264326
: 'function'
43274327
};
43284328
})
4329-
.filter((val) => val !== null)
43304329
}
43314330
};
43324331
}),
@@ -4351,7 +4350,6 @@
43514350
: 'function'
43524351
};
43534352
})
4354-
.filter((val) => val !== null)
43554353
}
43564354
};
43574355
}

js/dataTables.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/dataTables.min.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

js/dataTables.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4291,7 +4291,6 @@ function _fnAjaxParameters(settings) {
42914291
: 'function'
42924292
};
42934293
})
4294-
.filter((val) => val !== null)
42954294
}
42964295
};
42974296
}),
@@ -4316,7 +4315,6 @@ function _fnAjaxParameters(settings) {
43164315
: 'function'
43174316
};
43184317
})
4319-
.filter((val) => val !== null)
43204318
}
43214319
};
43224320
}

0 commit comments

Comments
 (0)