mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #2399 from craigktreasure/master
Added isPhone property from WinJS 2.1
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