mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-06 16:20:26 +08:00
Added isPhone property from WinJS 2.1
Added WinJS 2.1 isPhone property to support WinJS 2.0 and WinJS 2.1 code sharing in "Universal" Shared projects. See http://msdn.microsoft.com/en-us/library/windows/apps/dn607959.aspx.
This commit is contained in:
Vendored
+5
@@ -8314,6 +8314,11 @@ declare module WinJS.Utilities {
|
||||
**/
|
||||
var hasWinRT: boolean;
|
||||
|
||||
/**
|
||||
* Indicates whether the app is running on Windows Phone.
|
||||
**/
|
||||
var isPhone: boolean;
|
||||
|
||||
//#endregion Properties
|
||||
|
||||
//#region Interfaces
|
||||
|
||||
Reference in New Issue
Block a user