cocos2d-html5的2.2.2版本cc.CallFunc不起作用了

我发现更新版本到2.2.2后

cc.Sequence.create(cc.FadeIn.create(this.currentWaitTime), cc.CallFunc.create(this.onUpdate,this));


```

这样调用cc.CallFunc不起作用了