Bug Tracker

Modify

Ticket #4294 (closed bug: fixed)

Opened 4 years ago

Last modified 4 years ago

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:
Blocking: Blocked by:

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

comment:1 Changed 4 years ago by dmethvin

  • Owner set to john

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

comment:2 Changed 4 years ago by flesler

  • Owner changed from john to flesler
  • Status changed from new to assigned

comment:3 Changed 4 years ago by flesler

  • Status changed from assigned to closed
  • Resolution set to fixed

Fixed at [6271].

Oops! forgot to add a test :)

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.