From faf3e7297cf7c61a61eb6985871b96002f649bb5 Mon Sep 17 00:00:00 2001 From: dtbuild Date: Mon, 21 Oct 2024 13:21:02 +0000 Subject: [PATCH] d7fdab4d358a0beff9bc8eaf0139ada406293255 Fix: Very old Safari (7/8) doesn't support `Array.from` which was used in one unprotected position. Support for DataTables is the main browsers for the last 10 years, so this has been addressed. Sync to source repo @d7fdab4d358a0beff9bc8eaf0139ada406293255 --- datatables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datatables.json b/datatables.json index 26391bd..5a9dcdc 100644 --- a/datatables.json +++ b/datatables.json @@ -14,5 +14,5 @@ ], "src-repo": "http://github.com/DataTables/DataTablesSrc", "last-tag": "2.1.8", - "last-sync": "daa37b2f01e288acbfbff1e019cd3b9f44aeec7c" + "last-sync": "d7fdab4d358a0beff9bc8eaf0139ada406293255" } \ No newline at end of file