Commit 5209b8cd authored by David Schnur's avatar David Schnur

Inline legacyStyles; it wasn't reused anyway.

parent f75a5a51
...@@ -1385,8 +1385,7 @@ Licensed under the MIT license. ...@@ -1385,8 +1385,7 @@ Licensed under the MIT license.
tickWidth = opts.tickWidth || opts.labelWidth || 0, tickWidth = opts.tickWidth || opts.labelWidth || 0,
tickHeight = opts.tickHeight || opts.labelHeight || 0, tickHeight = opts.tickHeight || opts.labelHeight || 0,
maxWidth = tickWidth || axis.direction === "x" ? Math.floor(surface.width / (ticks.length || 1)) : null, maxWidth = tickWidth || axis.direction === "x" ? Math.floor(surface.width / (ticks.length || 1)) : null,
legacyStyles = axis.direction + "Axis " + axis.direction + axis.n + "Axis", layer = "flot-" + axis.direction + "-axis flot-" + axis.direction + axis.n + "-axis " + axis.direction + "Axis " + axis.direction + axis.n + "Axis",
layer = "flot-" + axis.direction + "-axis flot-" + axis.direction + axis.n + "-axis " + legacyStyles,
font = opts.tickFont || "flot-tick-label tickLabel"; font = opts.tickFont || "flot-tick-label tickLabel";
for (var i = 0; i < ticks.length; ++i) { for (var i = 0; i < ticks.length; ++i) {
...@@ -2176,8 +2175,7 @@ Licensed under the MIT license. ...@@ -2176,8 +2175,7 @@ Licensed under the MIT license.
} }
var box = axis.box, var box = axis.box,
legacyStyles = axis.direction + "Axis " + axis.direction + axis.n + "Axis", layer = "flot-" + axis.direction + "-axis flot-" + axis.direction + axis.n + "-axis " + axis.direction + "Axis " + axis.direction + axis.n + "Axis",
layer = "flot-" + axis.direction + "-axis flot-" + axis.direction + axis.n + "-axis " + legacyStyles,
font = axis.options.tickFont || "flot-tick-label tickLabel", font = axis.options.tickFont || "flot-tick-label tickLabel",
tick, x, y, halign, valign; tick, x, y, halign, valign;
......
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