Skip to content

instanceof Date fails #2

Description

@salomvary

To make this pass:

test("instanceof Date", function() {
  ok(new TimeShift.Date() instanceof Date);
});

Do TimeShift.Date.prototype = new Date()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions