Skip to content

Commit

Permalink
Sync with ROOT commit
Browse files Browse the repository at this point in the history
git-svn-id: https://subversion.gsi.de/dabc/trunk/plugins/root/js@3160 bcbf6573-9a26-0410-9ebc-ce4ab7aade96
  • Loading branch information
linev committed Apr 8, 2015
1 parent 83b6c05 commit 48328cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/JSRootCore.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

JSROOT = {};

JSROOT.version = "3.4 7/04/2015";
JSROOT.version = "3.4 8/04/2015";

JSROOT.source_dir = "";
JSROOT.source_min = false;
Expand Down
6 changes: 3 additions & 3 deletions scripts/JSRootPainter.js
Original file line number Diff line number Diff line change
Expand Up @@ -4584,7 +4584,7 @@
// if (this.options.Func == 0) return; // in some cases on need to disable
// functions drawing

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

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

var func = this.histo.fFunctions.arr[i];

var funcpainter = this.FindPainterFor(func);

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

if (this.create_canvas) this.DrawTitle();

this.DrawFunctions();

this.AddInteractive();
Expand Down

0 comments on commit 48328cb

Please sign in to comment.