Skip to content

Commit

Permalink
fix(view-controller): _dismissRole is a string
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed May 4, 2017
1 parent df8d1cc commit 6d11499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/navigation/view-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class ViewController {
private _onDidDismiss: (data: any, role: string) => void;
private _onWillDismiss: (data: any, role: string) => void;
private _dismissData: any;
private _dismissRole: any;
private _dismissRole: string;
private _detached: boolean;

_cmp: ComponentRef<any>;
Expand Down

0 comments on commit 6d11499

Please sign in to comment.