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;