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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user