From c88d8c76f5f59da1b1af383cc1daad01331ff17b Mon Sep 17 00:00:00 2001 From: Ritzlgrmft Date: Fri, 21 Aug 2015 13:52:33 +0200 Subject: [PATCH] Property manufacturer added to Cordova.Device --- cordova/plugins/Device.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cordova/plugins/Device.d.ts b/cordova/plugins/Device.d.ts index 8365ee70f..f8f0f7ca3 100644 --- a/cordova/plugins/Device.d.ts +++ b/cordova/plugins/Device.d.ts @@ -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; \ No newline at end of file