Skip to content

[v5.4.0 prerelease] Critical Problem with VM #9726

@pmario

Description

@pmario

@Jermolene @saqimtiaz

In boot.js we need this test back, because it did "bite" me hard.

See: 4765b4a

/*
Determine if a value is a date
*/
$tw.utils.isDate = function(value) {
	return Object.prototype.toString.call(value) === "[object Date]";
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugConfirmed, replicable bug

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions