#58 closed bug (fixed)
this.append() broken in rev 134 — at Version 3
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | |
Component: | ajax | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
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 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 11 years ago by
Component: | → ajax |
---|---|
Description: | modified (diff) |
need: | → Review |
Priority: | → blocker |
Resolution: | → fixed |
Status: | new → closed |
Type: | → bug |
Reopened by spammer.
Note: See
TracTickets for help on using
tickets.
Fixed in SVN.