Skip to main content

Bug Tracker

Side navigation

#4294 closed bug (fixed)

Opened March 04, 2009 11:25PM UTC

Closed March 05, 2009 01:37PM UTC

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)

Attachments (0)
Change History (3)

Changed March 05, 2009 12:40AM UTC by dmethvin comment:1

owner: → john

Finally an easy to solve problem. Can you attach a test case? :-)

Changed March 05, 2009 01:36PM UTC by flesler comment:2

owner: johnflesler
status: newassigned

Changed March 05, 2009 01:37PM UTC by flesler comment:3

resolution: → fixed
status: assignedclosed

Fixed at [6271].

Oops! forgot to add a test :)