@hpcc-js/timeline 2.50.2 → 2.50.5

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, api, chart, common, html, react, layout) { 'use strict';
6
6
 
7
7
  var PKG_NAME = "@hpcc-js/timeline";
8
- var PKG_VERSION = "2.50.2";
9
- var BUILD_VERSION = "2.102.4";
8
+ var PKG_VERSION = "2.50.5";
9
+ var BUILD_VERSION = "2.103.0";
10
10
 
11
11
  /*! *****************************************************************************
12
12
  Copyright (c) Microsoft Corporation.
@@ -1332,7 +1332,6 @@
1332
1332
  };
1333
1333
  };
1334
1334
  ReactAxisGanttSeries.prototype.onzoom = function (transform) {
1335
- console.log("called onzoom");
1336
1335
  var w = this.width();
1337
1336
  var low = this._gantt._minStart;
1338
1337
  var high = this._gantt._maxEnd;