Additional properties added

This commit is contained in:
Ritzlgrmft
2015-12-01 10:51:24 +01:00
parent 18d7b4a115
commit 12bb4be8e2
+4 -1
View File
@@ -26,6 +26,9 @@ interface Device {
version: string;
/** Get the device's manufacturer. */
manufacturer: string;
}
/** Whether the device is running on a simulator. */
isVirtual: boolean;
/** Get the device hardware serial number. */
serial: string;}
declare var device: Device;