Commit d8ec1e42 authored by Tristan Cavelier's avatar Tristan Cavelier

exports addJobRuleCondition

parent 655c8190
...@@ -18,3 +18,4 @@ function addJobRuleCondition(name, method) { ...@@ -18,3 +18,4 @@ function addJobRuleCondition(name, method) {
} }
defaults.job_rule_conditions[name] = method; defaults.job_rule_conditions[name] = method;
} }
exports.addJobRuleCondition = addJobRuleCondition;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment