Opened 11 years ago
Closed 11 years ago
#9964 closed bug (fixed)
test/support.js module strictEqual typo
Reported by: | Rick Waldron | Owned by: | Rick Waldron |
---|---|---|---|
Priority: | blocker | Milestone: | 1.6.3 |
Component: | support | Version: | 1.6.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
test/support.js module has typos that halt the test runner
Change History (3)
comment:1 Changed 11 years ago by
Component: | unfiled → support |
---|---|
Milestone: | None → 1.6.3 |
Owner: | set to Rick Waldron |
Priority: | undecided → blocker |
Status: | new → assigned |
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Landing pull request 453. Typo correction strictEquals=>strictEqual. Fixes #9964.
More Details:
Note: See
TracTickets for help on using
tickets.
https://github.com/jquery/jquery/pull/453