Removing the userAgent setting from the platform module

This commit is contained in:
Darin Dimitrov
2015-04-22 18:31:38 +03:00
parent a80a073e17
commit 050ab3e4c7
3 changed files with 0 additions and 25 deletions

View File

@@ -57,12 +57,6 @@ declare module "platform" {
*/
static uuid: string;
/**
* Gets the user agent string as it would be reported by the
* device built-in web browser control
*/
static userAgent: string;
/**
* Gets the preferred language. For example "en" or "en_US"
*/