Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.5.0-beta3
-
None
Description
When using container actions runAction API, an error callback is needed to notify caller that runAction failed so the appropriate error message can show up.
cc.actions.runAction(actionId,
{type: "type", dataObject: obj});
to:
cc.actions.runAction(actionId,
);