Overview.prototype._formatByte = function(bytes) {
      var i, k, sizes;
      if (bytes === 0) {
        return '0 Byte';
      }