mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 20:39:17 +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:
5
winjs/winjs.d.ts
vendored
5
winjs/winjs.d.ts
vendored
@@ -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