Skip to content

Commit 48328cb

Browse files
committed
Sync with ROOT commit
git-svn-id: https://subversion.gsi.de/dabc/trunk/plugins/root/js@3160 bcbf6573-9a26-0410-9ebc-ce4ab7aade96
1 parent 83b6c05 commit 48328cb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scripts/JSRootCore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
JSROOT = {};
1616

17-
JSROOT.version = "3.4 7/04/2015";
17+
JSROOT.version = "3.4 8/04/2015";
1818

1919
JSROOT.source_dir = "";
2020
JSROOT.source_min = false;

scripts/JSRootPainter.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4584,7 +4584,7 @@
45844584
// if (this.options.Func == 0) return; // in some cases on need to disable
45854585
// functions drawing
45864586

4587-
// do not draw functions when 'same' option was used
4587+
// do not draw functions when 'same' option was used
45884588
if (this.options.Same) return;
45894589
var nostat = this.histo.TestBit(JSROOT.TH1StatusBits.kNoStats) || (this.options.NoStat==1);
45904590

@@ -4606,7 +4606,7 @@
46064606
for ( var i in this.histo.fFunctions.arr) {
46074607

46084608
var func = this.histo.fFunctions.arr[i];
4609-
4609+
46104610
var funcpainter = this.FindPainterFor(func);
46114611

46124612
// no need to do something if painter for object was already done
@@ -6240,7 +6240,7 @@
62406240
this.DrawBins();
62416241

62426242
if (this.create_canvas) this.DrawTitle();
6243-
6243+
62446244
this.DrawFunctions();
62456245

62466246
this.AddInteractive();

0 commit comments

Comments
 (0)