fix api comments

This commit is contained in:
lixianjing 2022-09-06 07:25:08 +08:00
parent 027b8b7204
commit 037109ae98
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# 最新动态
2022/09/06
* 修复text selector中注释错误(感谢朝泽提供补丁)。
2022/09/05
* tkc修复tk\_memcpy拷贝异常的问题 (感谢智明提供补丁)
* 修复 children\_layouter\_list\_view 在子控件为NULL时崩溃的问题(感谢雨欣提供补丁)

View File

@ -144,7 +144,7 @@ typedef struct _text_selector_t {
bool_t enable_value_animator;
/**
* @property {easing_type_t} easing_type_t
* @property {easing_type_t} mask_easing
* @annotation ["set_prop","get_prop","readable","persitent","design","scriptable"]
*
*/