Skip to content

Commit

Permalink
Return last collection - used in traversal macros
Browse files Browse the repository at this point in the history
  • Loading branch information
padolsey committed Dec 26, 2009
1 parent efe7364 commit 4f05708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macro/jquery.macro.js
Expand Up @@ -42,7 +42,7 @@ jQuery.macro = (function(){
prev = cur;
}

return this;
return cur;

};

Expand Down

0 comments on commit 4f05708

Please sign in to comment.