TimeShift-js icon indicating copy to clipboard operation
TimeShift-js copied to clipboard

instanceof Date fails

Open salomvary opened this issue 11 years ago • 1 comments

To make this pass:

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

Do TimeShift.Date.prototype = new Date()

salomvary avatar Apr 03 '14 23:04 salomvary

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

pke avatar Aug 09 '14 09:08 pke