filter(this.maybemultiple, function(item) {
        return item[0] === type && (!handler || item[1] === handler);
      });