Property manufacturer added to Cordova.Device

This commit is contained in:
Ritzlgrmft
2015-08-21 13:52:33 +02:00
parent d91a68f4a9
commit c88d8c76f5
+2
View File
@@ -26,6 +26,8 @@ interface Device {
uuid: string;
/** Get the operating system version. */
version: string;
/** Get the device's manufacturer. */
manufacturer: string;
}
declare var device: Device;