jira-api-restclient icon indicating copy to clipboard operation
jira-api-restclient copied to clipboard

Use "call_user_func" to run callback in "Walker" class

Open aik099 opened this issue 9 years ago • 0 comments

Right now Walker class only supports very basic callbacks where function name is given. Proposing to use call_user_func function in the Walker::current method to solve this problem.

aik099 avatar May 21 '16 18:05 aik099