1, modify space format.

This commit is contained in:
zhangcheng 2015-06-04 14:08:47 +08:00
parent 8d3d3a0348
commit 6a53cfdc76
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ class Node;
enum {
kComponentOnEnter,
kComponentOnExit,
kComponentOnAdd,
kComponentOnRemove,
kComponentOnAdd,
kComponentOnRemove,
kComponentOnUpdate
};