chore(nav): fix lint errors in test

This commit is contained in:
Dan Bucholtz
2017-06-20 10:28:21 -05:00
parent f39c3811c5
commit 0480f73f8e
4 changed files with 3 additions and 4 deletions

View File

@@ -26,7 +26,6 @@ import { IonicPage, NavController } from '../../../../../..';
export class HomePage {
constructor(public navCtrl: NavController) {
}
clickMe() {

View File

@@ -11,7 +11,7 @@ import { IonicPage, NavController } from '../../../../../..';
})
export class SecondNav {
rootPage:any = 'HomePage';
rootPage: any = 'HomePage';
constructor(public navCtrl: NavController) {
}

View File

@@ -25,4 +25,4 @@ export class TabsPage {
console.log('paramTwo: ', this.params.data.paramTwo);
}
}
}

View File

@@ -11,7 +11,7 @@ import { IonicPage, NavController } from '../../../../../..';
})
export class ThirdNav {
rootPage:any = 'ThirdPage';
rootPage: any = 'ThirdPage';
constructor(public navCtrl: NavController) {
}