Function#chain feature
Reported by MadRabbit | November 7th, 2009 @ 02:19 PM | in 1.5.0 Release
In case you have a function and wanna call another one after that.
var func1 = function() {};
var func2 = function() {};
var func3 = function() {};
func1.chain(func2).chain(func3)(func1 params);
this should call all the three functions one by one.
Comments and changes to this ticket
-
MadRabbit November 21st, 2009 @ 05:47 PM
- 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