// When the menu position is inverted, the icon help lines need
// to be drawn in the reverse order to avoid text/line overlaps
- var tooltips = this.fluidbook.settings.invertMenuPosition ? $(tooltipSelector).get().reverse() : $(tooltipSelector);
+ var tooltips = this.fluidbook._boolean(this.fluidbook.settings.invertMenuPosition) ? $(tooltipSelector).get().reverse() : $(tooltipSelector);
var navScale = this.fluidbook.resize.navScale;
var initialHeight = 20 * navScale; // Buffer in line height away from icons
var hStep = 25 * navScale; // The step height - the difference in height between the icon label lines