mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-19 00:14:33 -04:00
remove ed from callback
Signed-off-by: yaoyuchi <yaoyuchi@huawei.com> Change-Id: Iaf1beffde9fb7f0d708492e6f9cb9f9bf0bbfa71
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "AbilityComponent",
|
||||
"attrs": ["onReady", "onDestroy", "onAbilityCreated", "onAbilityMoveToFront", "onAbilityWillRemove", "onConnected", "onDisconnected"],
|
||||
"attrs": ["onReady", "onDestroy", "onAbilityCreated", "onAbilityMoveToFront", "onAbilityWillRemove", "onConnect", "onDisconnect"],
|
||||
"atomic": true
|
||||
}
|
||||
Reference in New Issue
Block a user