From 45cd2543c2e10606070e46fdeb2b83e456c0e739 Mon Sep 17 00:00:00 2001 From: Tom O'Neill Date: Tue, 15 Mar 2016 09:09:17 +0100 Subject: [PATCH] Update NetworkInformation.d.ts --- cordova/plugins/NetworkInformation.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cordova/plugins/NetworkInformation.d.ts b/cordova/plugins/NetworkInformation.d.ts index cc960f657..292baa953 100644 --- a/cordova/plugins/NetworkInformation.d.ts +++ b/cordova/plugins/NetworkInformation.d.ts @@ -45,8 +45,8 @@ interface Connection { * Connection.CELL * Connection.NONE */ - addEventListener(type: string, listener: EventListenerOrEventListenerObject, useCapture?: boolean): void; type: string; + addEventListener(type: string, listener: EventListenerOrEventListenerObject, useCapture?: boolean): void; } declare var Connection: {