Fix fuse.Hash#last method callback arguments.
Reported by Joe Gornick | March 4th, 2011 @ 11:49 PM
The callback arguments in the last method should be the value, key and hash. However, the key is referencing an undefined index in the pair array. It should be pair[0] not pair[2].
No comments found
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
JavaScript frameworks share similar features and functionality such as DOM manipulation, event registration, and CSS selector engines. FuseJS attempts to incorporate the strengths of these frameworks into one stable, efficient, and optimized core JavaScript framework.