From 1f2d03f0ef8626919e776a18888c19fc027eb0d9 Mon Sep 17 00:00:00 2001 From: Adam Hewitt Date: Fri, 10 Jan 2014 14:54:37 -0800 Subject: [PATCH] fix missing file reference --- winjs/winjs.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/winjs/winjs.d.ts b/winjs/winjs.d.ts index e91a8548ef..99a5e33c2b 100644 --- a/winjs/winjs.d.ts +++ b/winjs/winjs.d.ts @@ -13,6 +13,8 @@ See the Apache Version 2.0 License for specific language governing permissions and limitations under the License. ***************************************************************************** */ +/// + declare module WinJS { function strictProcessing(): void;