Commit bfc5d2ae authored by Eric Byers's avatar Eric Byers

Instantiating barLeft/barRight

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