#58 closed bug (fixed)
this.append() broken in rev 134
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/[email protected] jquery/jquery.js] from:
this.appendChild( 1 );
to:
this.appendChild( a );
Change History (3)
comment:1 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 13 years ago by
Component: | → ajax |
---|---|
Description: | modified (diff) |
need: | → Review |
Priority: | → blocker |
Resolution: | → fixed |
Status: | new → closed |
Type: | → bug |
Reopened by spammer.
comment:4 Changed 6 years ago by
Cc: | " " removed |
---|---|
Keywords: | " " removed |
Note: See
TracTickets for help on using
tickets.
Fixed in SVN.