Commit af8b092f authored by Paul Asmuth's avatar Paul Asmuth
Browse files

ui: small fix

parent 620e042c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -648,7 +648,7 @@ FnordMetric.rickshaw.Graph.Axis.Time = function(args) {
      }
    } );

    return (unit || units[time.units.length - 1]);
    return (unit || units[units.length - 1]);
  };

  this.tickOffsets = function() {