From a1cbbf2ccdfe043878f5cd6c53bdaa608eec4626 Mon Sep 17 00:00:00 2001 From: Kamil Szostak Date: Fri, 29 Jul 2016 21:09:46 -0700 Subject: [PATCH] Fix application insights JS module initialization (#10364) --- applicationinsights-js/applicationinsights-js.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applicationinsights-js/applicationinsights-js.d.ts b/applicationinsights-js/applicationinsights-js.d.ts index 9047f44b9f..ba154e5fe6 100644 --- a/applicationinsights-js/applicationinsights-js.d.ts +++ b/applicationinsights-js/applicationinsights-js.d.ts @@ -790,7 +790,7 @@ declare module Microsoft.ApplicationInsights { } declare module 'applicationinsights-js' { - export = appInsights; + export let AppInsights: Microsoft.ApplicationInsights.IAppInsights; } declare var appInsights: Microsoft.ApplicationInsights.IAppInsights; \ No newline at end of file