Skip to content

Commit

Permalink
fix(app-rate): onRateDialogShow callback (#985)
Browse files Browse the repository at this point in the history
  • Loading branch information
elless authored and ihadeed committed Jan 18, 2017
1 parent 9008aa2 commit ab681cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/apprate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export interface AppRateCallbacks {
/**
* call back function. called when rate-dialog showing
*/
onRateDialogShowed?: Function;
onRateDialogShow?: Function;

}

Expand Down

0 comments on commit ab681cc

Please sign in to comment.