Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Devon3818 committed Jul 9, 2017
1 parent c380f55 commit 5359c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export class AppModule { }
```
import { JPushPlugin } from '@ionic-native/jpush';
constructor(private jpush: JPushPlugin) {
constructor(public jpush: JPushPlugin) {
this.init();
//延迟执行,等极光完全初始化
setTimeout(()=>{
Expand Down

0 comments on commit 5359c7b

Please sign in to comment.