Side navigation
#49 closed bug (fixed)
Opened July 07, 2006 06:42PM UTC
Closed July 08, 2006 05:34PM UTC
Last modified June 20, 2007 06:26AM UTC
jQuery.prototype.pushStack - args has no properties (args = undefined)
| Reported by: | neytema@gmail.com | 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];
Fixed, will be in SVN soon.