Opened 14 years ago
Closed 14 years ago
#4294 closed bug (fixed)
typo in jquery-1.3.2.js comment
Reported by: | tomviner | Owned by: | flesler |
---|---|---|---|
Priority: | trivial | Milestone: | 1.4 |
Component: | docs | Version: | 1.3.2 |
Keywords: | typo | Cc: | |
Blocked by: | Blocking: |
Description
Should be "context" not "content".
line 75: HANDLE: $(expr, [context]) line 76: (which is just equivalent to: $(content).find(expr)
should be: line 76: (which is just equivalent to: $(context).find(expr)
Change History (3)
comment:1 Changed 14 years ago by
Owner: | set to john |
---|
comment:2 Changed 14 years ago by
Owner: | changed from john to flesler |
---|---|
Status: | new → assigned |
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at [6271].
Oops! forgot to add a test :)
Note: See
TracTickets for help on using
tickets.
Finally an easy to solve problem. Can you attach a test case? :-)