Skip to content

Commit

Permalink
Fix JSRoot.core.js - hpainter setting
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Oct 23, 2024
1 parent ef2d7da commit f6e9d39
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/JSRoot.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,7 @@ if ((typeof globalThis !== 'undefined') && !globalThis.JSROOT) {

globalThis.JSROOT._ = arr[0].internals;

getHPainter = arr[2].getHPainter;

globalThis.JSROOT.hpainter = getHPainter();
globalThis.JSROOT.hpainter = arr[2].getHPainter();
});

sync_promises.push(pr);
Expand Down

0 comments on commit f6e9d39

Please sign in to comment.