diff --git a/winjs/winjs.d.ts b/winjs/winjs.d.ts index 294de0815..87217d439 100644 --- a/winjs/winjs.d.ts +++ b/winjs/winjs.d.ts @@ -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 {