Skip to content

Commit 5359c7b

Browse files
authored
Update README.md
1 parent c380f55 commit 5359c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export class AppModule { }
5858
```
5959
import { JPushPlugin } from '@ionic-native/jpush';
6060
61-
constructor(private jpush: JPushPlugin) {
61+
constructor(public jpush: JPushPlugin) {
6262
this.init();
6363
//延迟执行,等极光完全初始化
6464
setTimeout(()=>{

0 commit comments

Comments
 (0)