captbaritone / captbaritone/datejs

Continuously get a Stack overflow on Line 40 error

Open
#92 0 comments 0 reactions 0 assignees View on GitHub
auto-migrated Priority-Medium Type-Defect
Dominant language
JavaScript
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

```
What steps will reproduce the problem?
1.
$(document).ready(function() {
$("a").click(function(event) {

event.preventDefault();
var d1 = Date.parse('today');

alert('hello');
alert(d1);
});
});


Test date Click the link.


2.
3.

What is the expected output? What do you see instead?
Script error

What version of the product are you using? On what operating system?
Alpha -1 XP

Please provide any additional information below.
Trying to use the library for the fierst time.

```

Original issue reported on code.google.com by `gary.woo...@gmail.com` on 12 Jan 2010 at 4:36

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.