chore(tslint): fix noImplicitAny errors

This commit is contained in:
Adam Bradley
2016-05-31 18:40:29 -05:00
parent f14e2dc04b
commit 03f4511635
21 changed files with 92 additions and 93 deletions

View File

@ -101,7 +101,7 @@ export class App {
*/
getActiveNav(): any {
var nav = this._rootNav || null;
var activeChildNav;
var activeChildNav: any;
while (nav) {
activeChildNav = nav.getActiveChildNav();