From 27b4741d5c75c5d08c8c752870f924ecc307e0be Mon Sep 17 00:00:00 2001 From: jseanxu Date: Wed, 9 Apr 2014 15:22:08 -0700 Subject: [PATCH] Missing property in the WinJS.Utilities namespace. --- winjs/winjs.d.ts | 9 +++++++++ 1 file changed, 9 insertions(+) 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 {