Merge pull request #1120 from EricByers/master

Instantiate barLeft/barRight in Bar Highlighting Section
master
David Schnur 13 years ago
commit 0360316eb5

@ -2791,6 +2791,8 @@ Licensed under the MIT license.
if (s.bars.show && !item) { // no other point can be nearby
var barLeft, barRight;
switch (s.bars.align) {
case "left":
barLeft = 0;

Loading…
Cancel
Save