Can't pass param to cc.callFunc() v3.0

var callBack = cc.callFunc(this.check_prev, this, i);
var seq = cc.sequence(action, callBack);
when i call check_prev, that is a function inside the same object, i is undefined. Any help?
thank you

Solved: the data it’is the second parameter passed to the callback function(self, data){}