function orCondition()

in grafana/alert/condition.js [58:61]


  function orCondition() {
    that._operator.type = 'or';
    return this;
  }