From cee57e772a09dbf3ef190d79a012ce5438939cb5 Mon Sep 17 00:00:00 2001 From: yash0412 Date: Wed, 15 Apr 2020 11:11:53 +0530 Subject: [PATCH] Telemetry method update to support Angular 9 --- js/core/telemetryV3Interface.js | 2 +- js/dist/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/core/telemetryV3Interface.js b/js/core/telemetryV3Interface.js index 362c4f7..0128a5f 100644 --- a/js/core/telemetryV3Interface.js +++ b/js/core/telemetryV3Interface.js @@ -23,7 +23,7 @@ var libraryDispatcher = { }; -var Telemetry = (function() { +var Telemetry = (() => { this.telemetry = function() {}; var instance = function() {}; var telemetryInstance = this; diff --git a/js/dist/index.js b/js/dist/index.js index 0e1979f..47a1327 100644 --- a/js/dist/index.js +++ b/js/dist/index.js @@ -1825,7 +1825,7 @@ var libraryDispatcher = { }; -var Telemetry = (function() { +var Telemetry = (() => { this.telemetry = function() {}; var instance = function() {}; var telemetryInstance = this;