#49 closed bug (fixed)
jQuery.prototype.pushStack - args has no properties (args = undefined)
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | 1.0 |
Component: | core | Version: | 1.0 |
Keywords: | pushStack | Cc: | |
Blocked by: | Blocking: |
Description
just add "args &&"
pushStack: function(a, args) {
var fn = args && args[args.length-1];
Change History (2)
comment:1 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 16 years ago by
Milestone: | → 1.0 |
---|---|
Version: | → 1.0 |
Note: See
TracTickets for help on using
tickets.
Fixed, will be in SVN soon.