From f744105663a8166744e099cf1021a6c1d8f7bbb3 Mon Sep 17 00:00:00 2001 From: annie_wangli Date: Mon, 21 Feb 2022 17:50:42 +0800 Subject: [PATCH] update docs Signed-off-by: annie_wangli --- en/application-dev/reference/apis/js-apis-appAccount.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/reference/apis/js-apis-appAccount.md b/en/application-dev/reference/apis/js-apis-appAccount.md index b352a63c804..f8f6d6d65bc 100644 --- a/en/application-dev/reference/apis/js-apis-appAccount.md +++ b/en/application-dev/reference/apis/js-apis-appAccount.md @@ -862,7 +862,7 @@ Unsubscribes from the account change event. This method uses an asynchronous cal console.debug("receive change data:" + JSON.stringify(data)); appAccountManager.off('change', function(){ console.debug("off finish"); - } + }) } try{ appAccountManager.on('change', ["com.example.actsaccounttest"], changeOnCallback); -- Gitee