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
This commit is contained in:
Andrey Kurdyumov
2014-01-19 03:53:13 -08:00
parent 4c0a1c9d6f
commit fbe21d3831

View File

@@ -257,6 +257,7 @@ interface Contacts {
}
interface Device {
available: boolean;
name: string;
cordova: string;
platform: string;