Opened 10 years ago
Closed 7 years ago
#58 closed bug (fixed)
this.append() broken in rev 134
| Reported by: | aaron.heimlich@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | |
| Component: | ajax | Version: | |
| Keywords: | " " | Cc: | " " |
| Blocked by: | Blocking: |
Description (last modified by dmethvin)
this.append() does not do anything in rev 134.
I fixed this by changing line 305 of [source:jquery/jquery/jquery.js@134 jquery/jquery.js] from:
this.appendChild( 1 );
to:
this.appendChild( a );
Change History (2)
comment:1 Changed 10 years ago by john
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 7 years ago by dmethvin
- Component set to ajax
- Description modified (diff)
- need set to Review
- Priority set to blocker
- Resolution set to fixed
- Status changed from new to closed
- Type set to bug
Reopened by spammer.
Note: See
TracTickets for help on using
tickets.

Fixed in SVN.