Merge pull request #5475 from Ritzlgrmft/master

Property manufacturer added to Cordova.Device
This commit is contained in:
Masahiro Wakame
2015-08-22 00:40:56 +09:00

View File

@@ -24,6 +24,8 @@ interface Device {
uuid: string;
/** Get the operating system version. */
version: string;
/** Get the device's manufacturer. */
manufacturer: string;
}
declare var device: Device;