From 1fed45198ce6a7e1860f800063ab9e2c2b41b903 Mon Sep 17 00:00:00 2001 From: dtbuild Date: Mon, 16 Sep 2024 14:35:52 +0000 Subject: [PATCH] a5ef81cfb42bc16cc1eb504a704e49bf51b3ac50 Fix: Safari 9 compatibility - doesn't have a `childNodes.forEach` function. https://datatables.net/forums/discussion/79829 Sync to source repo @a5ef81cfb42bc16cc1eb504a704e49bf51b3ac50 --- datatables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datatables.json b/datatables.json index 21d31ef..cdff4b6 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": "c1fb50aa929c0eccf8c2f1722feb7af141389b7c" + "last-sync": "a5ef81cfb42bc16cc1eb504a704e49bf51b3ac50" } \ No newline at end of file