From fbe21d3831c2056daa839d0c1efa62e322264b11 Mon Sep 17 00:00:00 2001 From: Andrey Kurdyumov Date: Sun, 19 Jan 2014 03:53:13 -0800 Subject: [PATCH] Update declaration of the Device interface The current version of interface for Device plugin is contains property available. See in the current version. https://github.com/apache/cordova-plugin-device/blob/master/www/device.js --- phonegap/phonegap.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/phonegap/phonegap.d.ts b/phonegap/phonegap.d.ts index f23b473a92..01935142ee 100644 --- a/phonegap/phonegap.d.ts +++ b/phonegap/phonegap.d.ts @@ -257,6 +257,7 @@ interface Contacts { } interface Device { + available: boolean; name: string; cordova: string; platform: string;