Skip to content

Commit 8444402

Browse files
committed
build 7.9.2
1 parent b6607b4 commit 8444402

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

build/jsroot.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ typeof define === 'function' && define.amd ? define(['exports'], factory) :
88
var _documentCurrentScript = typeof document !== 'undefined' ? document.currentScript : null;
99
/** @summary version id
1010
* @desc For the JSROOT release the string in format 'major.minor.patch' like '7.0.0' */
11-
const version_id = '7.9.x',
11+
const version_id = '7.9.2',
1212

1313
/** @summary version date
1414
* @desc Release date in format day/month/year like '14/04/2022' */
@@ -82286,6 +82286,9 @@ class TPavePainter extends ObjectPainter {
8228682286
});
8228782287
}
8228882288

82289+
/** @summary Returns true if palette drawn in vertical direction */
82290+
isPaletteVertical() { return this._palette_vertical; }
82291+
8228982292
/** @summary draw color palette with axis */
8229082293
drawPaletteAxis(s_width, s_height, arg) {
8229182294
const palette = this.getObject(),

modules/core.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @summary version id
22
* @desc For the JSROOT release the string in format 'major.minor.patch' like '7.0.0' */
3-
const version_id = '7.9.x',
3+
const version_id = '7.9.2',
44

55
/** @summary version date
66
* @desc Release date in format day/month/year like '14/04/2022' */

0 commit comments

Comments
 (0)