From 5f63493bdc52581753191d117f3835dd8e7565b4 Mon Sep 17 00:00:00 2001 From: Ibby Hadeed Date: Fri, 19 May 2017 06:37:28 -0400 Subject: [PATCH] refactor(): use const instead of var --- src/@ionic-native/plugins/network/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/network/index.ts b/src/@ionic-native/plugins/network/index.ts index 8106fc968..94f32b6c5 100644 --- a/src/@ionic-native/plugins/network/index.ts +++ b/src/@ionic-native/plugins/network/index.ts @@ -4,7 +4,7 @@ import { Observable } from 'rxjs/Observable'; import 'rxjs/add/observable/merge'; -declare var navigator: any; +declare const navigator: any; /** * @name Network