Modify ↓
Ticket #49 (closed bug: fixed)
jQuery.prototype.pushStack - args has no properties (args = undefined)
| Reported by: | neytema@… | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.0 |
| Component: | core | Version: | 1.0 |
| Keywords: | pushStack | Cc: | |
| Blocking: | Blocked by: |
Description
just add "args &&"
pushStack: function(a, args) {
var fn = args && args[args.length-1];
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Fixed, will be in SVN soon.