提交 0f223d62 编写于 作者: Z zhaolinglan

modify for format

Signed-off-by: Nzhaolinglan <zhaolinglan@huawei.com>
上级 69991d7e
......@@ -48,7 +48,8 @@ startAbility(want: Want, callback: AsyncCallback&lt;void&gt;): void;
```js
let want = {
'bundleName': 'com.example.myapp',
'abilityName': 'MyAbility'};
'abilityName': 'MyAbility'
};
this.context.startAbility(want, (err) => {
console.log('startAbility result:' + JSON.stringify(err));
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册