Array and Hash enforcement helpers
Reported by MadRabbit | July 29th, 2010 @ 12:25 PM | in 2.0.0 Release
There are quite a few places where we do checks like that
function boo(hoo) {
if (!isArray(boo)) boo = [boo];
if (!isHash(boo)) //... some more stuff
}
Would be nice to pack 'em all in a helper function to shortify and nicefy the things a bit
Comments and changes to this ticket
-
MadRabbit July 30th, 2010 @ 10:52 AM
- State changed from new to resolved
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 ยป
RightJS Core Tickets