Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

instanceof Date fails #2

Open
salomvary opened this issue Apr 3, 2014 · 1 comment
Open

instanceof Date fails #2

salomvary opened this issue Apr 3, 2014 · 1 comment

Comments

@salomvary
Copy link

To make this pass:

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

Do TimeShift.Date.prototype = new Date()

@pke
Copy link

pke commented Aug 9, 2014

This does not seem to work. On IE11 I get still an error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants