From 9cc27db799bf5b70856caafa7e77011548add04a Mon Sep 17 00:00:00 2001 From: Hevin Date: Thu, 21 Jul 2016 16:34:07 +0800 Subject: [PATCH] Format doc. --- doc/Common_detail_api.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/Common_detail_api.md b/doc/Common_detail_api.md index 6bcf698..0474009 100644 --- a/doc/Common_detail_api.md +++ b/doc/Common_detail_api.md @@ -87,12 +87,12 @@ JPush SDK 会恢复正常的默认行为。(因为保存在本地的状态数 #### 代码示例 window.plugins.jPushPlugin.isPushStopped(function (result) { - if (result == 0) { + if (result == 0) { // 开启 - } else { + } else { // 关闭 - } - }) + } + }) ## 获取 RegistrationID