@microsoft/applicationinsights-analytics-js 3.0.0-beta.2211-01 → 3.0.0-beta.2211-03

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft Application Insights JavaScript SDK - Web Analytics, 3.0.0-beta.2211-01
2
+ * Microsoft Application Insights JavaScript SDK - Web Analytics, 3.0.0-beta.2211-03
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Application Insights JavaScript SDK - Web Analytics, 3.0.0-beta.2211-01
2
+ * Application Insights JavaScript SDK - Web Analytics, 3.0.0-beta.2211-03
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -961,6 +961,7 @@
961
961
  var _DYN_APPLY = "apply";
962
962
  var _DYN_PUSH = "push";
963
963
  var _DYN_SPLICE = "splice";
964
+ var _DYN_CANCEL = "cancel";
964
965
  var _DYN_INITIALIZE = "initialize";
965
966
  var _DYN_IDENTIFIER = "identifier";
966
967
  var _DYN_IS_INITIALIZED = "isInitialized";
@@ -1225,7 +1226,7 @@
1225
1226
  }
1226
1227
 
1227
1228
  var _objDefineProperty = ObjDefineProperty;
1228
- var version = "3.0.0-beta.2211-01";
1229
+ var version = "3.0.0-beta.2211-03";
1229
1230
  var instanceName = "." + newId(6);
1230
1231
  var _dataUid = 0;
1231
1232
  function _createAccessor(target, prop, value) {
@@ -1559,7 +1560,7 @@
1559
1560
  if (_waitingHandlers) {
1560
1561
  var notifyHandlers = _waitingHandlers;
1561
1562
  _waitingHandlers = null;
1562
- _watcherTimer && _watcherTimer.cancel();
1563
+ _watcherTimer && _watcherTimer[_DYN_CANCEL ]();
1563
1564
  _watcherTimer = null;
1564
1565
  var watcherFailures_1 = [];
1565
1566
  arrForEach(notifyHandlers, function (handler) {
@@ -5220,7 +5221,7 @@
5220
5221
  });
5221
5222
  return _this;
5222
5223
  }
5223
- AnalyticsPlugin.Version = "3.0.0-beta.2211-01";
5224
+ AnalyticsPlugin.Version = "3.0.0-beta.2211-03";
5224
5225
  return AnalyticsPlugin;
5225
5226
  }(BaseTelemetryPlugin));
5226
5227