@hpcc-js/common 2.59.0 → 2.64.0

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.
package/dist/index.js CHANGED
@@ -5,8 +5,8 @@
5
5
  }(this, (function (exports, util) { 'use strict';
6
6
 
7
7
  var PKG_NAME = "@hpcc-js/common";
8
- var PKG_VERSION = "2.59.0";
9
- var BUILD_VERSION = "2.92.0";
8
+ var PKG_VERSION = "2.64.0";
9
+ var BUILD_VERSION = "2.99.0";
10
10
 
11
11
  /*! *****************************************************************************
12
12
  Copyright (c) Microsoft Corporation.
@@ -6460,7 +6460,7 @@
6460
6460
  var origFunc = args[args.length - 1];
6461
6461
  var retVal;
6462
6462
  if (stopPropagation) {
6463
- if (exports.event) {
6463
+ if (exports.event && exports.event.stopPropagation) {
6464
6464
  exports.event.stopPropagation();
6465
6465
  }
6466
6466
  [].push.call(args, origFunc);