Merge pull request #2399 from craigktreasure/master

Added isPhone property from WinJS 2.1
This commit is contained in:
Basarat Ali Syed
2014-06-24 15:54:25 +10:00
+5
View File
@@ -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