Commit 0360316e authored by David Schnur's avatar David Schnur

Merge pull request #1120 from EricByers/master

Instantiate barLeft/barRight in Bar Highlighting Section
parents ce3bdb08 bfc5d2ae
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment