Update fuse.Function methods to throw a TypeError when the specified function is not callable.
Reported by Joe Gornick | March 6th, 2011 @ 05:12 PM
Some of the function methods don't check to make sure a function callable, like we do in bind. Should this be verified in all other function methods?
Comments and changes to this ticket
-
Joe Gornick March 6th, 2011 @ 10:38 PM
- State changed from new to discuss
- Tag cleared.
-
John-David Dalton March 14th, 2011 @ 01:23 AM
I am up for it. Those methods aren't designed to be called repeatedly so we can add extra integrity checks without worrying about any perf penalties.
-
John-David Dalton March 14th, 2011 @ 01:25 AM
- State changed from discuss to open
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.
People watching this ticket
Referenced by
- 53 add insertAfter(), insertBefore(), insertBottom(), insertTop() methods to fine grain control over insert() @JDD: I'm using Fuse.Object.hasKey as a replacement for O...