Skip to content

Commit 6a7d5d2

Browse files
committed
Fix - typo in drawLine
1 parent 91a1f21 commit 6a7d5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/JSRootPainter.more.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@
620620
this.SetDivId(divid);
621621

622622
this.Redraw = function() {
623-
var line = this.GetObbject(),
623+
var line = this.GetObject(),
624624
lineatt = JSROOT.Painter.createAttLine(line);
625625

626626
// create svg:g container for line drawing

0 commit comments

Comments
 (0)