Open lkknguyen opened 8 years ago
Please help on this jsb bug. This code
cb_close: function() { this.fadeexit(); this.runAction( cc.sequence( cc.delayTime( 0.5 ), cc.callFunc( this.removeFromParent.bind(this, true), this )) ); },
return an error message js_cocos2dx_Node_removeFromParentAndCleanup : wrong number of arguments
callFunc passes additional sender argument to removeFromParent function. Use cc.removeSelf() instead
sender
Please help on this jsb bug. This code
return an error message js_cocos2dx_Node_removeFromParentAndCleanup : wrong number of arguments