Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/webroot/rsrc/js/application/herald/herald-rule-editor.js
12241 views
1
/**
2
* @requires herald-rule-editor
3
* javelin-behavior
4
* @provides javelin-behavior-herald-rule-editor
5
* @javelin
6
*/
7
8
JX.behavior('herald-rule-editor', function(config) {
9
new JX.HeraldRuleEditor(config);
10
});
11
12