Viewing File: /home/ubuntu/code_review/phabricator/webroot/rsrc/js/application/herald/herald-rule-editor.js

/**
 * @requires herald-rule-editor
 *           javelin-behavior
 * @provides javelin-behavior-herald-rule-editor
 * @javelin
 */

JX.behavior('herald-rule-editor', function(config) {
  new JX.HeraldRuleEditor(config);
});
Back to Directory File Manager