Skip to content

Commit ea6d31b

Browse files
committed
Prepare for 4.5.3 release
There is failure in central JSROOT.clone() routine.
1 parent cc34afc commit ea6d31b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JSROOT changelog
22

3-
## Changes in 4.5.2
3+
## Changes in 4.5.3
44
1. Fix - position of TFrame in canvas/pad
55
2. Fix - use histogram fMinimum/fMaximum when creating color palette
66
3. Fix - correctly draw empty th2 bins when zmin<0 is specified

scripts/JSRootCore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
}
9090
} (function(JSROOT) {
9191

92-
JSROOT.version = "4.5.2 3/08/2016";
92+
JSROOT.version = "4.5.3 4/08/2016";
9393

9494
JSROOT.source_dir = "";
9595
JSROOT.source_min = false;

scripts/JSRootPainter.jquery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@
350350
btn.append('img').attr("src", factcmds[n]._icon);
351351
}
352352

353-
d3p = maindiv.append("p");
353+
var d3p = maindiv.append("p");
354354

355355
d3p.append("a").attr("href", '#').text("open all").on("click", function() { h.toggle(true); d3.event.preventDefault(); });
356356
d3p.append("text").text(" | ");

0 commit comments

Comments
 (0)