Missing property in the WinJS.Utilities namespace.

This commit is contained in:
jseanxu
2014-04-09 15:22:08 -07:00
parent f3b8cfb7e3
commit 27b4741d5c
+9
View File
@@ -8380,6 +8380,15 @@ declare module WinJS.Utilities {
//#endregion Functions
//#region Properties
/**
* Gets whether the current script context has access to WinRT APIs.
**/
var hasWinRT: boolean;
//#endregion Properties
//#region Interfaces
interface ILogOptions {