From 478dce700971745b308aec8eb1ab672d34318614 Mon Sep 17 00:00:00 2001 From: Mario Pietsch Date: Tue, 31 Mar 2026 18:50:31 +0200 Subject: [PATCH] fix problem with idDate() duplication in boot.js (#9771) --- boot/boot.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/boot/boot.js b/boot/boot.js index 421b93626..df89561d4 100644 --- a/boot/boot.js +++ b/boot/boot.js @@ -131,9 +131,6 @@ $tw.utils.pushTop = function(array,value) { return array; }; -/** @deprecated Use instanceof Date instead */ -$tw.utils.isDate = (value) => value instanceof Date; - /** @deprecated Use array iterative methods instead */ $tw.utils.each = function(object,callback) { if(object) {