1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-05-14 17:32:23 +00:00

fix problem with idDate() duplication in boot.js (#9771)

This commit is contained in:
Mario Pietsch
2026-03-31 18:50:31 +02:00
committed by GitHub
parent f3c9cb2310
commit 478dce7009
-3
View File
@@ -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) {