未验证 提交 2a5f3983 编写于 作者: O openharmony_ci 提交者: Gitee

!4614 【OpenHarmony开源贡献者计划2022】ContenStorage should be ContentStorage

Merge pull request !4614 from rtos_qing/ContenStorage
...@@ -174,7 +174,7 @@ The following table lists the APIs used for ability continuation. For details ab ...@@ -174,7 +174,7 @@ The following table lists the APIs used for ability continuation. For details ab
var g_object = distributedObject.createDistributedObject({name:undefined}); var g_object = distributedObject.createDistributedObject({name:undefined});
export default class MainAbility extends Ability { export default class MainAbility extends Ability {
contentStorage : ContenStorage contentStorage : ContentStorage
sessionId : string; sessionId : string;
onContinue(wantParam : {[key: string]: any}) { onContinue(wantParam : {[key: string]: any}) {
......
...@@ -178,7 +178,7 @@ ...@@ -178,7 +178,7 @@
var g_object = distributedObject.createDistributedObject({name:undefined}); var g_object = distributedObject.createDistributedObject({name:undefined});
export default class MainAbility extends Ability { export default class MainAbility extends Ability {
contentStorage : ContenStorage contentStorage : ContentStorage
sessionId : string; sessionId : string;
onContinue(wantParam : {[key: string]: any}) { onContinue(wantParam : {[key: string]: any}) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册