From 67deb75d9a6db3c9203018f4bfe68d289c807a2c Mon Sep 17 00:00:00 2001 From: dtbuild Date: Thu, 12 Sep 2024 09:25:50 +0000 Subject: [PATCH] f353db012effe3d5cf90195cf5b0b3036333bd52 Fix: Remove the use of `Array.prototype.flat()` as it wasn't supported in Safari until v12 https://datatables.net/forums/discussion/79829 Sync to source repo @f353db012effe3d5cf90195cf5b0b3036333bd52 --- datatables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datatables.json b/datatables.json index 8de9b78..507d860 100644 --- a/datatables.json +++ b/datatables.json @@ -14,5 +14,5 @@ ], "src-repo": "http://github.com/DataTables/DataTablesSrc", "last-tag": "2.1.6", - "last-sync": "cfcb5d9c77fadc54f90ebe80edf0c8cc4c9b9b76" + "last-sync": "f353db012effe3d5cf90195cf5b0b3036333bd52" } \ No newline at end of file