Merge pull request #1579 from kant2002/master

Update declaration of the Device interface
This commit is contained in:
Masahiro Wakame
2014-01-19 05:29:38 -08:00
+1
View File
@@ -257,6 +257,7 @@ interface Contacts {
}
interface Device {
available: boolean;
name: string;
cordova: string;
platform: string;