fix(app-rate): onRateDialogShow callback (#985)

This commit is contained in:
elless
2017-01-18 19:52:36 +02:00
committed by Ibby Hadeed
parent 9008aa264b
commit ab681cccbe

View File

@@ -61,7 +61,7 @@ export interface AppRateCallbacks {
/**
* call back function. called when rate-dialog showing
*/
onRateDialogShowed?: Function;
onRateDialogShow?: Function;
}